Trait muse_lang::ErrorKind

source ·
pub trait ErrorKind {
    // Required method
    fn kind(&self) -> &'static str;
}
Expand description

Summarizes an error’s kind.

Required Methods§

source

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

Returns the summary of the error being raised.

Implementors§