pub trait ErrorKind { // Required method fn kind(&self) -> &'static str; }
Summarizes an error’s kind.
Returns the summary of the error being raised.