Macro rusticata_macros::empty
source · [−]macro_rules! empty {
($i:expr,) => { ... };
}
👎 Deprecated since 2.0.0
Expand description
Helper macro for nom parsers: raise error if input is not empty
Deprecated - use nom::eof
macro_rules! empty {
($i:expr,) => { ... };
}
Helper macro for nom parsers: raise error if input is not empty
Deprecated - use nom::eof