Home
last modified time | relevance | path

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

/linux/rust/quote/
H A Druntime.rs63 use super::RepInterp;
155 impl<'q, T: RepAsIteratorExt<'q>> RepAsIteratorExt<'q> for RepInterp<T> { implementation
168 pub struct RepInterp<T>(pub T); struct
170 impl<T> RepInterp<T> { impl
180 impl<T: Iterator> Iterator for RepInterp<T> { implementation
188 impl<T: ToTokens> ToTokens for RepInterp<T> { implementation
H A Dlib.rs745 Some(_x) => $crate::__private::RepInterp(_x),