pub type Error = JoinError;
The type of errors that can result from awaiting a task to completion.
struct Error { /* private fields */ }