Macro konst_macro_rules::res_unwrap_err_or_else[][src]

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