[][src]Macro syntax::maybe_whole

macro_rules! maybe_whole {
    ($p:expr, $constructor:ident, |$x:ident| $e:expr) => { ... };
}

As maybe_whole_expr, but for things other than expressions