Macro konst_kernel::res_unwrap_or_else

source ยท
macro_rules! res_unwrap_or_else {
    ($res:expr, |$param:pat_param| $expr:expr $(,)?) => { ... };
    ($opt:expr, | $($anything:tt)* ) => { ... };
    ($res:expr, $function:expr $(,)?) => { ... };
}