unwrap_safe

Macro unwrap_safe 

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

Convenience macro for safe unwrapping with automatic context