nom::call! [] [src]

macro_rules! call (
  ($i:expr, $fun:expr) => ( $fun( $i ) );
);

Used to wrap common expressions and function as macros