pub type Error = Error;
The type of errors that can be thrown in the course of executing a thread.
pub struct Error { /* private fields */ }