Macro impl_parsable_statement

Source
macro_rules! impl_parsable_statement {
    ($i:ident => $t:ty) => { ... };
}