Skip to main content

KeyErrors

Trait KeyErrors 

Source
pub trait KeyErrors {
    type ReturnOperand;

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

Required Associated Types§

Required Methods§

Source

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

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§