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