Trait glin::buffer::InputRange [−][src]
pub trait InputRange { fn to_range<T, B: BufferRange<T>>(self, buffer: &B) -> Range<usize>; }
Trait to convert any partial range + a buffer into an ops::Range
Required methods
Loading content...Implementations on Foreign Types
impl InputRange for Range<usize>
[src]
impl InputRange for Range<usize>
[src]impl InputRange for RangeFrom<usize>
[src]
impl InputRange for RangeFrom<usize>
[src]impl InputRange for RangeTo<usize>
[src]
impl InputRange for RangeTo<usize>
[src]impl InputRange for RangeFull
[src]
impl InputRange for RangeFull
[src]