[][src]Trait segment_map::Bounded

pub trait Bounded {
    fn min() -> Self;
fn max() -> Self; }

Required methods

fn min() -> Self

fn max() -> Self

Loading content...

Implementations on Foreign Types

impl Bounded for usize[src]

impl Bounded for u8[src]

impl Bounded for u16[src]

impl Bounded for u32[src]

impl Bounded for u64[src]

impl Bounded for u128[src]

impl Bounded for isize[src]

impl Bounded for i8[src]

impl Bounded for i16[src]

impl Bounded for i32[src]

impl Bounded for i64[src]

impl Bounded for i128[src]

Loading content...

Implementors

Loading content...