pub trait MaxValueSubOne {
    fn max_value_sub_one() -> Self;
}

Required methods

Implementors