Function vector_core::event::util::log::keys

source ยท
pub fn keys(fields: &ObjectMap) -> impl Iterator<Item = KeyString> + '_
Expand description

Iterates over all paths in form a.b[0].c[1] in alphabetical order. It is implemented as a wrapper around all_fields to reduce code duplication.