pub fn cond_else<I, O, E, C, F, G>(
cond: C,
first: F,
second: G,
) -> impl FnMut(I)
Available on crate feature
mtls
only.Expand description
Helper macro for nom parsers: run first parser if condition is true, else second parser