num_traits::bounds

Trait LowerBounded

Source
pub trait LowerBounded {
    // Required method
    fn min_value() -> Self;
}
Expand description

Numbers which have lower bounds

Required Methods§

Source

fn min_value() -> Self

Returns the smallest finite number this type can represent

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§