Trait slog::ser::SyncSerialize [] [src]

pub trait SyncSerialize: Send + Sync + 'static + Serialize { }

Value that can be serialized and stored in Logger itself.

As Loggers itself must be thread-safe, they can only store values implementing this trait.

Implementors