Trait AsMap
tracing_serde::fields
pub trait AsMap: Sized + Sealed { fn field_map(&self) -> SerializeFieldMap<'_, Self> { ... } }
fn field_map(&self) -> SerializeFieldMap<'_, Self>
impl<'a> AsMap for Event<'a>
impl<'a> AsMap for Attributes<'a>
impl<'a> AsMap for Record<'a>