pub trait FixedStrictOptionalSerdeStr: Sealed { }
Expand description

This trait is used to provide supertraits to the FixedStrict trait depending on the crate’s optional features, and should not be used directly.

If both the serde feature and the serde-str feature are enabled, Serialize and Deserialize are supertraits of FixedStrict.

Implementors