Trait bonsaidb::core::num_traits::bounds::UpperBounded    
source · pub trait UpperBounded {
    // Required method
    fn max_value() -> Self;
}Expand description
Numbers which have upper bounds
Required Methods§
Object Safety§
This trait is not object safe.