claim
macro_rules! debug_assert_ready { ($($arg:tt)*) => { ... }; }
Asserts that expression returns Poll::Ready(T) variant in runtime.
Poll::Ready(T)