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