[][src]Trait rmp_serde::config::SerializerConfig

pub trait SerializerConfig: SerializerConfig { }

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> SerializerConfig for T[src]

Loading content...