Trait slog::SendSyncRefUnwindSafeDrain [−][src]
Drain + Send + Sync + RefUnwindSafe
bound
This type is used to enforce Drain
s associated with Logger
s
are thread-safe.
Implementors
impl<T: ?Sized> SendSyncRefUnwindSafeDrain for T where
T: Drain + Send + Sync + RefUnwindSafe,
[src]
T: Drain + Send + Sync + RefUnwindSafe,