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

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

Implementors