Macro futures_await_synom::call [] [src]

macro_rules! call {
    ($i:expr, $fun:expr $(, $args:expr)*) => { ... };
}

Invoke the given parser function with the passed in arguments.

  • Syntax: call!(FUNCTION, ARGS...)

    where the signature of the function is fn(&[U], ARGS...) -> IPResult<&[U], T>

  • Output: T, the result of invoking the function FUNCTION