[][src]Trait munch::Range

pub trait Range: Clone {
    fn min(&self) -> usize;
fn max(&self) -> Option<usize>; }

Required methods

fn min(&self) -> usize

fn max(&self) -> Option<usize>

Loading content...

Implementations on Foreign Types

impl Range for usize[src]

impl Range for RangeFull[src]

impl Range for RangeTo<usize>[src]

impl Range for RangeFrom<usize>[src]

impl Range for Range<usize>[src]

Loading content...

Implementors

Loading content...