Struct serde_reflection::TracerConfig [−][src]
pub struct TracerConfig { /* fields omitted */ }
Expand description
Configuration object to create a tracer.
Implementations
Whether to trace the human readable encoding of (de)serialization.
Record samples of newtype structs during serialization and inject them during deserialization.
Record samples of tuple structs during serialization and inject them during deserialization.
Record samples of (regular) structs during serialization and inject them during deserialization.