Trait tracing_serde::AsSerde [−][src]
Associated Types
type Serializable: Serialize + 'a[src]
Required methods
fn as_serde(&'a self) -> Self::Serializable[src]
as_serde borrows a tracing value and returns the serialized value.