pub trait SerializerConfig: SerializerConfig { }
Expand description
Represents configuration that dicatates what the serializer does.
Implemented as an empty trait depending on a hidden trait in order to allow changing the methods of this trait without breaking backwards compatibility.
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.