pub struct Range { /* private fields */ }
Expand description
A range bounded inclusively for counting parses performed
Trait Implementations§
source§impl From<RangeInclusive<usize>> for Range
impl From<RangeInclusive<usize>> for Range
source§fn from(range: RangeInclusive<usize>) -> Self
fn from(range: RangeInclusive<usize>) -> Self
Converts to this type from the input type.
source§impl From<RangeToInclusive<usize>> for Range
impl From<RangeToInclusive<usize>> for Range
source§fn from(range: RangeToInclusive<usize>) -> Self
fn from(range: RangeToInclusive<usize>) -> Self
Converts to this type from the input type.