Skip to main content

ErrorExtPanic

Trait ErrorExtPanic 

Source
pub trait ErrorExtPanic: Sized {
    // Required method
    fn panic(self, _code: u32) -> !;
}

Required Methods§

Source

fn panic(self, _code: u32) -> !

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§