[][src]Macro nom::call_m

macro_rules! call_m {
    ($i:expr, $self_:ident.$method:ident) => { ... };
    ($i:expr, $self_:ident.$method:ident, $($args:expr),* ) => { ... };
}
Deprecated since 4.2.0:

Please use the nom-methods crate instead

Used to called methods then move self back into self