Home
last modified time | relevance | path

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

/third_party/rust/crates/quote/src/
Druntime.rs83 pub trait RepAsIteratorExt<'q> { interface
105 impl<'q, T: 'q> RepAsIteratorExt<'q> for [T] { impl