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.

Implementors§

§

impl<T> SerializerConfig for Twhere T: SerializerConfig,