macro_rules! try_unwrap_safe {
($expr:expr) => { ... };
($expr:expr, $context:expr) => { ... };
}
Expand description
Convenience macro for trying to unwrap safely
macro_rules! try_unwrap_safe {
($expr:expr) => { ... };
($expr:expr, $context:expr) => { ... };
}
Convenience macro for trying to unwrap safely