Struct slog::SingleKV
[−]
[src]
pub struct SingleKV<V>(pub Key, pub V)
where
V: Value;
Single pair Key and Value
Trait Implementations
impl<V> KV for SingleKV<V> where
V: Value, [src]
V: Value,