Searched defs:IndexPositioner (Results 1 – 1 of 1) sorted by relevance
198 pub struct IndexPositioner(usize); struct200 impl<Item> Positioner<Item> for IndexPositioner implementation228 impl IndexPositioner { impl233 pub fn new_with_position(position: usize) -> IndexPositioner { in new_with_position()238 impl<Item, Range> RangePositioner<Item, Range> for IndexPositioner implementation