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