[][src]Trait futures_diagnose::FutureExt

pub trait FutureExt: 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> FutureExt for T where
    T: Future
[src]

Loading content...