Trait slog::SendSyncRefUnwindSafeKV [−][src]
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,
[src]
T: KV + Send + Sync + RefUnwindSafe,