RKTK API Docs RKTK Home Repo

Trait Error

Source
pub trait Error: Debug + MaybeFormat {
    // Provided method
    fn kind(&self) -> ErrorKind { ... }
}

Provided Methods§

Source

fn kind(&self) -> ErrorKind

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl Error for Infallible

Source§

fn kind(&self) -> ErrorKind

Implementors§