Macro konst_macro_rules::opt_and_then[][src]

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