[][src]Macro tuikit::unwrap_or_return

macro_rules! unwrap_or_return {
    ($expr:expr, $default_val:expr) => { ... };
}