Macro impl_from_str

Source
macro_rules! impl_from_str {
    ($struct_name:ident, $match_str:expr) => { ... };
}