Type Definition structured_logger::Log

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

Log is a type alias for HashMap<Key<’a>, Value<’a>>.