Trait slog::SendSyncRefUnwindSafeDrain [] [src]

pub trait SendSyncRefUnwindSafeDrain: Drain + Send + Sync + RefUnwindSafe { }

Thread-local safety bound for Drain

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

Implementors