Struct tracing_forest::builder::AsyncExtensions
source · [−]pub struct AsyncExtensions<E>(_);
Expand description
Extensions for AsyncProcessor
.
Auto Trait Implementations
impl<E> RefUnwindSafe for AsyncExtensions<E> where
E: RefUnwindSafe,
impl<E> Send for AsyncExtensions<E> where
E: Send,
impl<E> Sync for AsyncExtensions<E> where
E: Sync,
impl<E> Unpin for AsyncExtensions<E> where
E: Unpin,
impl<E> UnwindSafe for AsyncExtensions<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more