Macro futures_await_synom::not [] [src]

macro_rules! not {
    ($i:expr, $submac:ident!( $($args:tt)* )) => { ... };
}

Parses successfully if the given parser fails to parse. Does not consume any of the input.

  • Syntax: not!(THING)
  • Output: ()