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