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

Implements standard parsing traits for $type by calling into $inner_fn.