impl_parse

Macro impl_parse 

Source
macro_rules! impl_parse {
    ($name: ident) => { ... };
}
Expand description

Implement a method parse for wrapper types that implement FromStr.

See also: impl_from_str.