Trait gclient::ext::sp_runtime::FixedPointOperand

pub trait FixedPointOperand:
    Copy
    + Clone
    + Bounded
    + Zero
    + Saturating
    + PartialOrd
    + UniqueSaturatedInto<u128>
    + TryFrom<u128>
    + CheckedNeg { }
Expand description

Integer types that can be used to interact with FixedPointNumber implementations.

Object Safety§

This trait is not object safe.

Implementors§