Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
Dpunctuated.rs725 inner: Box<NoDrop<dyn IterTrait<'a, T, Item = &'a T> + 'a>>,
728 trait IterTrait<'a, T: 'a>: interface
731 fn clone_box(&self) -> Box<NoDrop<dyn IterTrait<'a, T, Item = &'a T> + 'a>>; in clone_box()
821 impl<'a, T, I> IterTrait<'a, T> for I
830 fn clone_box(&self) -> Box<NoDrop<dyn IterTrait<'a, T, Item = &'a T> + 'a>> { in clone_box()