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