pub async fn poll_until_some_impl<T, F>(poll_fn: F, loc: &SourceLocation) -> T
where F: Fn() -> Option<T>,
Expand description

Use poll_until_some!() instead.