macro_rules! empty {
    ($i:expr,) => { ... };
}
Expand description

Helper macro for nom parsers: raise error if input is not empty