pub trait ErrorKind: Debug + 'static { // Required methods fn tp(&self) -> ResultType; fn signature(&self) -> &'static str; }
Defines type of the error
Error signature