Function pending_on_none

Source
pub fn pending_on_none<I>(
    future: impl Future<Output = Option<I>>,
) -> impl Future<Output = I>