Macro konst_kernel::opt_and_then
source ยท macro_rules! opt_and_then { ($opt:expr, |$param:pat_param| $mapper:expr $(,)? ) => { ... }; ($opt:expr, | $($anything:tt)* ) => { ... }; ($opt:expr, $function:path $(,)?) => { ... }; }
macro_rules! opt_and_then { ($opt:expr, |$param:pat_param| $mapper:expr $(,)? ) => { ... }; ($opt:expr, | $($anything:tt)* ) => { ... }; ($opt:expr, $function:path $(,)?) => { ... }; }