Docs.rs
range-traits-0.3.0
range-traits 0.3.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
timothee-haudebourg
Dependencies
ordered-float ^3.0.0
normal
Versions
35.29%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Bounded
Required Methods
max
min
Implementations on Foreign Types
char
f32
f64
i128
i16
i32
i64
i8
isize
u128
u16
u32
u64
u8
usize
Implementors
In range_traits
?
Trait
range_traits
::
Bounded
source
·
[
−
]
pub trait Bounded { fn
min
() -> Self;
fn
max
() -> Self; }
Required Methods
source
fn
min
() -> Self
source
fn
max
() -> Self
Implementations on Foreign Types
source
impl
Bounded
for
char
source
fn
min
() -> Self
source
fn
max
() -> Self
source
impl
Bounded
for
u8
source
fn
min
() -> Self
source
fn
max
() -> Self
source
impl
Bounded
for
u16
source
fn
min
() -> Self
source
fn
max
() -> Self
source
impl
Bounded
for
u32
source
fn
min
() -> Self
source
fn
max
() -> Self
source
impl
Bounded
for
u64
source
fn
min
() -> Self
source
fn
max
() -> Self
source
impl
Bounded
for
u128
source
fn
min
() -> Self
source
fn
max
() -> Self
source
impl
Bounded
for
usize
source
fn
min
() -> Self
source
fn
max
() -> Self
source
impl
Bounded
for
i8
source
fn
min
() -> Self
source
fn
max
() -> Self
source
impl
Bounded
for
i16
source
fn
min
() -> Self
source
fn
max
() -> Self
source
impl
Bounded
for
i32
source
fn
min
() -> Self
source
fn
max
() -> Self
source
impl
Bounded
for
i64
source
fn
min
() -> Self
source
fn
max
() -> Self
source
impl
Bounded
for
i128
source
fn
min
() -> Self
source
fn
max
() -> Self
source
impl
Bounded
for
isize
source
fn
min
() -> Self
source
fn
max
() -> Self
source
impl
Bounded
for
f32
source
fn
min
() -> Self
source
fn
max
() -> Self
source
impl
Bounded
for
f64
source
fn
min
() -> Self
source
fn
max
() -> Self
Implementors