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

Asserts that expression returns Ready variant.