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.

Implementors

impl<T> SlogValueDerivable for T where
    T: Debug + Clone + Serialize + Send + 'static, 
[src]

Loading content...