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