[−][src]Macro claim::debug_assert_ready_eq
Asserts that left expression returns Poll::Ready(Ok(T)) variant
and it value of T type equals to the right expression in runtime.
Asserts that left expression returns Poll::Ready(Ok(T)) variant
and it value of T type equals to the right expression in runtime.