Trait slog::SendSyncRefUnwindSafeKV [−][src]
pub trait SendSyncRefUnwindSafeKV: KV + Send + Sync + RefUnwindSafe { }
Thread-local safety bound for KV
This type is used to enforce KV
s stored in Logger
s are thread-safe.
Implementors
impl<T: ?Sized> SendSyncRefUnwindSafeKV for T where
T: KV + Send + Sync + RefUnwindSafe,