Macro debug_assert_ready_err

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

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