Trait checked_rs::InherentLimits
source · pub trait InherentLimits<T>: 'static {
const MIN: T;
const MAX: T;
}
Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait InherentLimits<T>: 'static {
const MIN: T;
const MAX: T;
}