error[E0277]: the trait bound `Infallible: FromStr` is not satisfied --> tests/sources/wrong_conversion_trait_fromstr.rs:1:1 | 1 | / micronfig::config! { 2 | | GARASAUTO: String > std::convert::Infallible, 3 | | } | |_^ the trait `FromStr` is not implemented for `Infallible` | = help: the following other types implement trait `FromStr`: IpAddr Ipv4Addr Ipv6Addr NonZero NonZero NonZero NonZero NonZero and $N others note: required by a bound in `core::str::::parse` --> $RUST/core/src/str/mod.rs | | pub fn parse(&self) -> Result { | ^^^^^^^ required by this bound in `core::str::::parse` = note: this error originates in the macro `micronfig::config` (in Nightly builds, run with -Z macro-backtrace for more info)