🛈 Note: This is pre-release documentation for the upcoming tracing 0.2.0 ecosystem.

For the release documentation, please see docs.rs, instead.

pub trait AsMap: Sized + Sealed {
    // Provided method
    fn field_map(&self) -> SerializeFieldMap<'_, Self> { ... }
}

Provided Methods§

source

fn field_map(&self) -> SerializeFieldMap<'_, Self>

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'a> AsMap for Attributes<'a>

source§

impl<'a> AsMap for Event<'a>

source§

impl<'a> AsMap for Record<'a>

Implementors§