macro_rules! impl_tryfrom_str {
($($from:ty, $to:ty, $err:ty, $inner_fn:expr);*) => { ... };
}Available on crate feature
alloc only.Expand description
Implements TryFrom<$from> for $to.
macro_rules! impl_tryfrom_str {
($($from:ty, $to:ty, $err:ty, $inner_fn:expr);*) => { ... };
}alloc only.Implements TryFrom<$from> for $to.