[][src]Trait slog::SendSyncRefUnwindSafeDrain

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

Drain + Send + Sync + RefUnwindSafe bound

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

Implementors

impl<T: ?Sized> SendSyncRefUnwindSafeDrain for T where
    T: Drain + Send + Sync + RefUnwindSafe
[src]

Loading content...