error[E0277]: the trait bound `u64: TryFrom` is not satisfied --> tests/sources/wrong_conversion_trait_tryfrom.rs:1:1 | 1 | / micronfig::config! { 2 | | GARASAUTO: String => u64, 3 | | } | |_^ the trait `From` is not implemented for `u64`, which is required by `String: TryInto<_>` | = help: the following other types implement trait `From`: `u64` implements `From` `u64` implements `From` `u64` implements `From` `u64` implements `From` `u64` implements `From` `u64` implements `From` = note: required for `String` to implement `Into` = note: required for `u64` to implement `TryFrom` = note: required for `String` to implement `TryInto` = note: this error originates in the macro `micronfig::config` (in Nightly builds, run with -Z macro-backtrace for more info)