[][src]Macro rusticata_macros::empty

macro_rules! empty {
    ($i:expr,) => { ... };
}
👎 Deprecated since 2.0.0

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

Deprecated - use nom::eof