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

Asserts that expression returns Some variant and its value equals to the right expression.