macro_rules! impl_tryfrom_str {
    ($($from:ty, $to:ty, $err:ty, $inner_fn:expr);*) => { ... };
}
Expand description

Implements TryFrom<$from> for $to.