Macro try_or::try_opt_or [] [src]

macro_rules! try_opt_or {
    ( $expr:expr , $or:expr ) => { ... };
}

Unwraps an Option, returning the second parameter if the option is None.