[][src]Trait munch::Range

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

Required methods

pub fn min(&self) -> usize[src]

pub fn max(&self) -> Option<usize>[src]

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...