Trait fixed_decimal::decimal::IncrementLike
source · trait IncrementLike: Copy + Sized + PartialEq {
const MULTIPLES_OF_1: Option<Self>;
const MULTIPLES_OF_2: Option<Self>;
const MULTIPLES_OF_5: Option<Self>;
const MULTIPLES_OF_25: Option<Self>;
}
Required Associated Constants§
const MULTIPLES_OF_1: Option<Self>
const MULTIPLES_OF_2: Option<Self>
const MULTIPLES_OF_5: Option<Self>
const MULTIPLES_OF_25: Option<Self>
Object Safety§
This trait is not object safe.