assert_is_pending

Function assert_is_pending 

Source
pub fn assert_is_pending<'a, T>(
    fut: &mut Pin<Box<dyn Future<Output = T> + Send + 'a>>,
)
Expand description

Asserts that given future is pending.