Home
last modified time | relevance | path

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

/external/rust/crates/futures/tests/
Dfuture_shared.rs11 struct CountClone(Rc<Cell<i32>>); struct
13 impl Clone for CountClone { implementation