Trait slog_extlog::SlogValueDerivable
[−]
[src]
pub trait SlogValueDerivable: Debug + Clone + Serialize + Send + 'static { }
A trait that defines requirements to be automatically derivable.
Any generic parameters in ExtLoggable objects must have this as a trait bound.