use std::thread; struct Foo { handle: thread::JoinHandle<()>, } ... And in newer versions of Rust: ... The function signature of JoinHandle::join is:
確定! 回上一頁