macro_rules! debug_assert_some {
    ($($arg:tt)*) => { ... };
}
Expand description

Asserts that expression returns Some variant.