Type Definition structured_logger::Log

source ·
pub type Log<'a> = BTreeMap<Key<'a>, Value<'a>>;
Expand description

A type alias for BTreeMap<Key<’a>, Value<’a>>. BTreeMap is used to keep the order of the keys.