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

Asserts that expression returns Pending variant.