macro_rules! unwrap_safe {
($expr:expr) => { ... };
($expr:expr, $context:expr) => { ... };
}
Expand description
Convenience macro for safe unwrapping with automatic context
macro_rules! unwrap_safe {
($expr:expr) => { ... };
($expr:expr, $context:expr) => { ... };
}
Convenience macro for safe unwrapping with automatic context