Trait futures_diagnose::Future01Ext [−][src]
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,
[src]
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;
Self: Sized,
Implementors
impl<T> Future01Ext for T where
T: Future,
[src]
T: Future,