Trait slog::RefThreadSafeDrain [] [src]

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

Thread-local safety bound for Drain

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

Implementors