pub fn assert_is_pending<'a, T>( fut: &mut Pin<Box<dyn Future<Output = T> + Send + 'a>>, )
Asserts that given future is pending.