pub trait SendSyncRefUnwindSafeKV:
KV
+ Send
+ Sync
+ RefUnwindSafe { }
Expand description
Thread-local safety bound for KV
This type is used to enforce KV
s stored in Logger
s are thread-safe.
pub trait SendSyncRefUnwindSafeKV:
KV
+ Send
+ Sync
+ RefUnwindSafe { }
Thread-local safety bound for KV
This type is used to enforce KV
s stored in Logger
s are thread-safe.