macro_rules! impl_parse_str {
($to:ty, $err:ty, $inner_fn:expr) => { ... };
}Available on crate feature
alloc only.Expand description
Implements standard parsing traits for $type by calling into $inner_fn.
macro_rules! impl_parse_str {
($to:ty, $err:ty, $inner_fn:expr) => { ... };
}alloc only.Implements standard parsing traits for $type by calling into $inner_fn.