pub trait FixedOptionalBorsh: Sealed{ }
Expand description

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

If the borsh experimental feature is enabled, BorshSerialize and BorshDeserialize are supertraits of Fixed.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<const FRAC: i32> FixedOptionalBorsh for FixedI8<FRAC>

source§

impl<const FRAC: i32> FixedOptionalBorsh for FixedI16<FRAC>

source§

impl<const FRAC: i32> FixedOptionalBorsh for FixedI32<FRAC>

source§

impl<const FRAC: i32> FixedOptionalBorsh for FixedI64<FRAC>

source§

impl<const FRAC: i32> FixedOptionalBorsh for FixedI128<FRAC>

source§

impl<const FRAC: i32> FixedOptionalBorsh for FixedU8<FRAC>

source§

impl<const FRAC: i32> FixedOptionalBorsh for FixedU16<FRAC>

source§

impl<const FRAC: i32> FixedOptionalBorsh for FixedU32<FRAC>

source§

impl<const FRAC: i32> FixedOptionalBorsh for FixedU64<FRAC>

source§

impl<const FRAC: i32> FixedOptionalBorsh for FixedU128<FRAC>