Trait glin::buffer_object::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

Important traits for Range<A>

Implementations on Foreign Types

impl InputRange for Range<usize>
[src]

Important traits for Range<A>

impl InputRange for RangeFrom<usize>
[src]

Important traits for Range<A>

impl InputRange for RangeTo<usize>
[src]

Important traits for Range<A>

impl InputRange for RangeFull
[src]

Important traits for Range<A>

Implementors