Trait slog::ThreadSafeDrain [] [src]

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

Thread-local safety bound for Drain

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

Implementors