[][src]Trait segment_map::Next

pub trait Next: Clone + PartialOrd {
    fn next_checked(&self) -> Option<Self>;

    fn next_unchecked(&self) -> Self { ... }
}

Required methods

fn next_checked(&self) -> Option<Self>

Loading content...

Provided methods

fn next_unchecked(&self) -> Self

Loading content...

Implementations on Foreign Types

impl Next for usize[src]

impl Next for u8[src]

impl Next for u16[src]

impl Next for u32[src]

impl Next for u64[src]

impl Next for u128[src]

impl Next for isize[src]

impl Next for i8[src]

impl Next for i16[src]

impl Next for i32[src]

impl Next for i64[src]

impl Next for i128[src]

Loading content...

Implementors

Loading content...