pub trait SendSyncRefUnwindSafeKV:
KV
+ Send
+ Sync
+ RefUnwindSafe { }Expand description
This type is used to enforce KVs stored in Loggers are thread-safe.
pub trait SendSyncRefUnwindSafeKV:
KV
+ Send
+ Sync
+ RefUnwindSafe { }This type is used to enforce KVs stored in Loggers are thread-safe.