pub fn poll_assert_impl(
    msg: &'static str,
    tries: usize,
    poll_fn: impl Fn() -> bool
)
Expand description

Implementation of poll_assert