Module kv

Module kv 

Source
Expand description

Key-value pairs in a log record or a diagnostic context.

Re-exports§

pub extern crate value_bag;

Structs§

Key
A key in a key-value pair.
KeyOwned
An owned key in a key-value pair.
KeyValues
A collection of key-value pairs.
KeyValuesIter
An iterator over key-value pairs.

Traits§

Visitor
A visitor to walk through key-value pairs.

Type Aliases§

Value
A value in a key-value pair.
ValueOwned
An owned value in a key-value pair.