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

Asserts that expression returns Ready(Ok(..)) variant.