Home
last modified time | relevance | path

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

/linux/rust/quote/
H A Druntime.rs101 pub trait RepAsIteratorExt<'q> { interface
107 impl<'q, T: RepAsIteratorExt<'q> + ?Sized> RepAsIteratorExt<'q> for &T {
111 <T as RepAsIteratorExt>::quote_into_iter(*self) in quote_into_iter()
115 impl<'q, T: RepAsIteratorExt<'q> + ?Sized> RepAsIteratorExt<'q> for &mut T {
119 <T as RepAsIteratorExt>::quote_into_iter(*self) in quote_into_iter()
123 impl<'q, T: 'q> RepAsIteratorExt<'q> for [T] { impl
131 impl<'q, T: 'q, const N: usize> RepAsIteratorExt<'q> for [T; N] { impl
139 impl<'q, T: 'q> RepAsIteratorExt<'q> for Vec<T> {
147 impl<'q, T: 'q> RepAsIteratorExt<'q> for BTreeSet<T> {
155 impl<'q, T: RepAsIteratorExt<'q>> RepAsIteratorExt<'q> for RepInterp<T> {