Trait slog::SendSyncUnwindSafe [] [src]

pub trait SendSyncUnwindSafe: Send + Sync + UnwindSafe { }

Thread-local safety bound for Drain

This type is used to enforce Drains associated with Loggers are thread-safe.

Implementors