macro_rules! impl_tryfrom_str_through_int_single {
    ($($from:ty, $to:ident $(, $fn:ident)?);*) => { ... };
}
Expand description

Implements TryFrom<$from> for $to using parse::int, mapping the output using fn