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§

source§

impl<const FRAC: i32> FixedStrictOptionalSerdeStr for FixedI8<FRAC>where If<{ _ }>: True,

source§

impl<const FRAC: i32> FixedStrictOptionalSerdeStr for FixedI16<FRAC>where If<{ _ }>: True,

source§

impl<const FRAC: i32> FixedStrictOptionalSerdeStr for FixedI32<FRAC>where If<{ _ }>: True,

source§

impl<const FRAC: i32> FixedStrictOptionalSerdeStr for FixedI64<FRAC>where If<{ _ }>: True,

source§

impl<const FRAC: i32> FixedStrictOptionalSerdeStr for FixedI128<FRAC>where If<{ _ }>: True,

source§

impl<const FRAC: i32> FixedStrictOptionalSerdeStr for FixedU8<FRAC>where If<{ _ }>: True,

source§

impl<const FRAC: i32> FixedStrictOptionalSerdeStr for FixedU16<FRAC>where If<{ _ }>: True,

source§

impl<const FRAC: i32> FixedStrictOptionalSerdeStr for FixedU32<FRAC>where If<{ _ }>: True,

source§

impl<const FRAC: i32> FixedStrictOptionalSerdeStr for FixedU64<FRAC>where If<{ _ }>: True,

source§

impl<const FRAC: i32> FixedStrictOptionalSerdeStr for FixedU128<FRAC>where If<{ _ }>: True,