Trait slog::SendRefUnwindSafeDrain [] [src]

pub trait SendRefUnwindSafeDrain: Drain + Send + RefUnwindSafe { }

Drain that can be sent between threads

Implementors