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