[][src]Function drop_abort::abortable

pub fn abortable<Fut>(fut: Fut) -> (Abortable<Fut>, DropAbortHandle) where
    Fut: Future