macro_rules! impl_nom {
    ( $T:ident, $I:ident, $E:ident ) => { ... };
}
Expand description

Implement all the nom interfaces required by input::Input<’a> for a generic type name.