macro_rules! impl_parse {
($name: ident) => { ... };
}Expand description
Implement a method parse for wrapper types that implement FromStr.
See also: impl_from_str.
macro_rules! impl_parse {
($name: ident) => { ... };
}Implement a method parse for wrapper types that implement FromStr.
See also: impl_from_str.