Skip to main content

ErrorKind

Trait ErrorKind 

Source
pub trait ErrorKind {
    type ReturnOperand;

    // Required method
    fn kind(&self) -> Self::ReturnOperand;
}

Required Associated Types§

Required Methods§

Source

fn kind(&self) -> Self::ReturnOperand

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§