Trait slog::SendSyncUnwindSafeDrain [] [src]

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

Drain + Send + Sync + UnwindSafe bound

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

Implementors