Home
last modified time | relevance | path

Searched refs:RepAsIteratorExt (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/quote/src/
Druntime.rs80 pub trait RepAsIteratorExt<'q> { interface
86 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] { impl
110 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] { impl
145 impl<'q, T: RepAsIteratorExt<'q>> RepAsIteratorExt<'q> for RepInterp<T> {