Macro impl_parse

Source
macro_rules! impl_parse {
    ($t:ty => $p:ty) => { ... };
}