Trait futures_diagnose::Future01Ext
source · [−]pub trait Future01Ext: Future {
fn with_diagnostics(
self,
name: impl Into<Cow<'static, str>>
) -> DiagnoseFuture<Self>ⓘNotable traits for DiagnoseFuture<T>impl<T> Future for DiagnoseFuture<T> where
T: Future, type Output = T::Output;
where
Self: Sized,
{ ... }
}
Expand description
Extension trait on Future
s.
Provided methods
fn with_diagnostics(
self,
name: impl Into<Cow<'static, str>>
) -> DiagnoseFuture<Self>ⓘNotable traits for DiagnoseFuture<T>impl<T> Future for DiagnoseFuture<T> where
T: Future, type Output = T::Output;
where
Self: Sized,
T: Future, type Output = T::Output;