pub trait IntoError { // Required method fn into_err(self) -> Error; }
Generate an Error.
Error
Produce the sequence of spans and help messages.