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

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

Trait AsMap

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

Provided Methods§

Source

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl AsMap for Attributes<'_>

Source§

impl AsMap for Event<'_>

Source§

impl AsMap for Record<'_>

Implementors§