Function extend_future_unchecked

Source
pub unsafe fn extend_future_unchecked<'a, F, O>(
    f: F,
) -> impl Future<Output = O> + 'a
where F: PointerPinUnforgotten, F::Pointee: Future<Output = O>, O: 'a,