[][src]Trait futures_diagnose::Future01Ext

pub trait Future01Ext: Future {
    fn with_diagnostics(
        self,
        name: impl Into<Cow<'static, str>>
    ) -> DiagnoseFuture<Self>
    where
        Self: Sized
, { ... } }

Extension trait on Futures.

Provided methods

Important traits for DiagnoseFuture<T>
fn with_diagnostics(
    self,
    name: impl Into<Cow<'static, str>>
) -> DiagnoseFuture<Self> where
    Self: Sized

Loading content...

Implementors

impl<T> Future01Ext for T where
    T: Future
[src]

Loading content...