std::thread::ResultUnstable
[-]
[+]
[src]
type Result<T> = Result<T, Box<Any + Send>>;
Indicates the manner in which a thread exited.
A thread that completes without panicking is considered to exit successfully.