[][src]Macro amplify::impl_try_from_stringly

macro_rules! impl_try_from_stringly {
    ($to:ty $(, $from:ty)+ $(,)?) => { ... };
    (@std, $to:ty $(, $from:ty)+ $(,)?) => { ... };
}

impls TryFrom where T: Deref<Target=str> in terms of FromStr.

This needs to be a macro instead of blanket imple in order to resolve the conflict with T: Into