[][src]Macro claim::debug_assert_ready_eq

macro_rules! debug_assert_ready_eq {
    ($($arg:tt)*) => { ... };
}

Asserts that left expression returns Poll::Ready(Ok(T)) variant and it value of T type equals to the right expression in runtime.