Home
last modified time | relevance | path

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

/external/rust/crates/tokio/tests/
Dsync_broadcast.rs294 struct MyVal(usize); in panic_in_clone() struct
296 impl Clone for MyVal { in panic_in_clone() implementation
297 fn clone(&self) -> MyVal { in panic_in_clone()