Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dpunctuated.rs754 fn clone_box(&self) -> Box<NoDrop<dyn IterTrait<'a, T> + 'a>>; in clone_box() method
853 fn clone_box(&self) -> Box<NoDrop<dyn IterTrait<'a, T> + 'a>> { in clone_box() function