Macro konst_macro_rules::opt_map[][src]

macro_rules! opt_map {
    ($opt:expr, |$param:pat| $mapper:expr ) => { ... };
    ($opt:expr, | $($anything:tt)* ) => { ... };
    ($opt:expr, $function:path) => { ... };
}