pub async fn poll_until_some_impl<T, F>(poll_fn: F, loc: &SourceLocation) -> Twhere F: Fn() -> Option<T>,
Use poll_until_some!() instead.
poll_until_some!()