Home
last modified time | relevance | path

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

/third_party/rust/crates/quote/src/
Druntime.rs83 pub trait RepAsIteratorExt<'q> { trait
89 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] { impl
113 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> {