Struct slog::SingleKV [−][src]
Single pair Key
and Value
Trait Implementations
impl<V: Value> From<(&'static str, V)> for SingleKV<V>
[src]
impl<V: Value> From<(&'static str, V)> for SingleKV<V>
impl<V> KV for SingleKV<V> where
V: Value,
[src]
impl<V> KV for SingleKV<V> where
V: Value,