Trait slog::SendSyncUnwindSafeDrain [] [src]

pub trait SendSyncUnwindSafeDrain: Drain + Send + Sync + UnwindSafe { }

Thread-local safety bound for Drain

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

Implementors