Trait slog::SendSyncUnwindSafe [−][src]
Send + Sync + UnwindSafe bound
This type is used to enforce Drains associated with Loggers
are thread-safe.
Implementors
impl<T: ?Sized> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe, [src]
T: Send + Sync + UnwindSafe,