macro_rules! q {
($i:expr, $x:expr) => { ... };
}
Available on crate feature
mtls
only.Expand description
Nom combinator that returns the given expression unchanged
macro_rules! q {
($i:expr, $x:expr) => { ... };
}
mtls
only.Nom combinator that returns the given expression unchanged