Macro empty
macro_rules! empty {
($i:expr,) => { ... };
}👎Deprecated since 2.0.0
Available on (crate features
rustls or boring or acme) and crate feature rustls only.Expand description
Helper macro for nom parsers: raise error if input is not empty
Deprecated - use nom::eof