Searched refs:RepAsIteratorExt (Results 1 – 1 of 1) sorted by relevance
83 pub trait RepAsIteratorExt<'q> { trait89 impl<'q, 'a, T: RepAsIteratorExt<'q> + ?Sized> RepAsIteratorExt<'q> for &'a T {93 <T as RepAsIteratorExt>::quote_into_iter(*self) in quote_into_iter()97 impl<'q, 'a, T: RepAsIteratorExt<'q> + ?Sized> RepAsIteratorExt<'q> for &'a mut T {101 <T as RepAsIteratorExt>::quote_into_iter(*self) in quote_into_iter()105 impl<'q, T: 'q> RepAsIteratorExt<'q> for [T] { impl113 impl<'q, T: 'q> RepAsIteratorExt<'q> for Vec<T> {121 impl<'q, T: 'q> RepAsIteratorExt<'q> for BTreeSet<T> {129 impl<'q, T: RepAsIteratorExt<'q>> RepAsIteratorExt<'q> for RepInterp<T> {