Trait futures_diagnose::FutureExt [−][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,