pub trait SendSyncRefUnwindSafeKV:
KV
+ Send
+ Sync
+ RefUnwindSafe { }Expand description
Thread-local safety bound for KV
This type is used to enforce KVs stored in Loggers are thread-safe.
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.