pub trait SendSyncUnwindSafeDrain:
Drain
+ Send
+ Sync
+ UnwindSafe { }
Expand description
Drain + Send + Sync + UnwindSafe
bound
This type is used to enforce Drain
s associated with Logger
s
are thread-safe.
pub trait SendSyncUnwindSafeDrain:
Drain
+ Send
+ Sync
+ UnwindSafe { }
Drain + Send + Sync + UnwindSafe
bound
This type is used to enforce Drain
s associated with Logger
s
are thread-safe.