Trait konst_kernel::step_kk::Step
source · pub trait Step: HasTypeWitness<StepWitness<Self>> + Copy {
const MIN_VAL: Self;
const MAX_VAL: Self;
}
Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait Step: HasTypeWitness<StepWitness<Self>> + Copy {
const MIN_VAL: Self;
const MAX_VAL: Self;
}