try_unwrap_safe

Macro try_unwrap_safe 

Source
macro_rules! try_unwrap_safe {
    ($expr:expr) => { ... };
    ($expr:expr, $context:expr) => { ... };
}
Expand description

Convenience macro for trying to unwrap safely