Trait slog::SendSyncRefUnwindSafeKV [] [src]

pub trait SendSyncRefUnwindSafeKV: KV + Send + Sync + RefUnwindSafe { }

Thread-local safety bound for KV

This type is used to enforce KVs stored in Loggers are thread-safe.

Implementors