Home
last modified time | relevance | path

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

/linux/rust/quote/
H A Druntime.rs101 pub trait RepAsIteratorExt<'q> { trait
123 impl<'q, T: 'q> RepAsIteratorExt<'q> for [T] { impl
131 impl<'q, T: 'q, const N: usize> RepAsIteratorExt<'q> for [T; N] { impl