Searched refs:RepAsIteratorExt (Results 1 – 1 of 1) sorted by relevance
80 pub trait RepAsIteratorExt<'q> { interface86 impl<'q, 'a, T: RepAsIteratorExt<'q> + ?Sized> RepAsIteratorExt<'q> for &'a T {90 <T as RepAsIteratorExt>::quote_into_iter(*self) in quote_into_iter()94 impl<'q, 'a, T: RepAsIteratorExt<'q> + ?Sized> RepAsIteratorExt<'q> for &'a mut T {98 <T as RepAsIteratorExt>::quote_into_iter(*self) in quote_into_iter()102 impl<'q, T: 'q> RepAsIteratorExt<'q> for [T] { impl110 impl<'q, T: 'q> RepAsIteratorExt<'q> for Vec<T> {118 impl<'q, T: 'q> RepAsIteratorExt<'q> for BTreeSet<T> {129 impl<'q, T: 'q> RepAsIteratorExt<'q> for [T; $l] { impl145 impl<'q, T: RepAsIteratorExt<'q>> RepAsIteratorExt<'q> for RepInterp<T> {