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§

Object Safety§

This trait is not object safe.

Implementors§