Skip to main content

ErrorInstruction

Trait ErrorInstruction 

Source
pub trait ErrorInstruction {
    // Required method
    fn error(err: String) -> Self;
}

Required Methods§

Source

fn error(err: String) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§