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

Asserts that expression returns Ok variant.