Trait checked_rs::InherentLimits

source ·
pub trait InherentLimits<T>: 'static {
    const MIN: T;
    const MAX: T;
}

Required Associated Constants§

source

const MIN: T

source

const MAX: T

Object Safety§

This trait is not object safe.

Implementors§