[][src]Trait slog::SendSyncRefUnwindSafeKV

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

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

Implementors

impl<T: ?Sized> SendSyncRefUnwindSafeKV for T where
    T: KV + Send + Sync + RefUnwindSafe
[src]

Loading content...