Skip to main content

ResultKind

Trait ResultKind 

Source
pub trait ResultKind: Debug + 'static {
    // Required methods
    fn tp(&self) -> ResultType;
    fn signature(&self) -> &'static str;
}

Required Methods§

Source

fn tp(&self) -> ResultType

Defines type of the error

Source

fn signature(&self) -> &'static str

Error signature

Implementors§