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

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

tracing_serde::fields

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<'a> AsMap for Attributes<'a>

Source§

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

Source§

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

Implementors§