[−][src]Trait minitrace::future::Instrument
Provided methods
fn trace_task<T: Into<u32>>(self, event: T) -> TraceSpawned<Self>ⓘNotable traits for TraceSpawned<T>
impl<T: Future> Future for TraceSpawned<T> type Output = T::Output;[src]
Notable traits for TraceSpawned<T>
impl<T: Future> Future for TraceSpawned<T> type Output = T::Output;fn trace_async<T: Into<u32>>(self, event: T) -> TraceWrapped<Self>ⓘNotable traits for TraceWrapped<T>
impl<T: Future> Future for TraceWrapped<T> type Output = T::Output;[src]
Notable traits for TraceWrapped<T>
impl<T: Future> Future for TraceWrapped<T> type Output = T::Output;fn future_trace_enable<T: Into<u32>>(self, event: T) -> TraceRootFuture<Self>ⓘNotable traits for TraceRootFuture<T>
impl<T: Future> Future for TraceRootFuture<T> type Output = (Vec<SpanSet>, T::Output);[src]
Notable traits for TraceRootFuture<T>
impl<T: Future> Future for TraceRootFuture<T> type Output = (Vec<SpanSet>, T::Output);fn future_trace_may_enable<T: Into<u32>>(
self,
enable: bool,
event: T
) -> MayTraceRootFuture<Self>ⓘ[src]
self,
enable: bool,
event: T
) -> MayTraceRootFuture<Self>ⓘ