std::thread::Result1.0.0 [] [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.