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