Searched refs:clone_box (Results 1 – 1 of 1) sorted by relevance
730 fn clone_box(&self) -> Box<dyn IterTrait<'a, T, Item = &'a T> + 'a>; in clone_box() method749 inner: self.inner.clone_box(), in clone()817 fn clone_box(&self) -> Box<dyn IterTrait<'a, T, Item = &'a T> + 'a> { in clone_box() function