Skip to main content

ErrorStrategy

Trait ErrorStrategy 

Source
pub trait ErrorStrategy:
    ErrorStrategy
    + Sized
    + 'static {
    const VALUE: ErrorStrategy;
}
Expand description

Required Associated Constants§

Source

const VALUE: ErrorStrategy

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl ErrorStrategy for CalleeHandled

Source§

const VALUE: ErrorStrategy = __value::ErrorStrategy::CalleeHandled

Source§

impl ErrorStrategy for Fatal

Source§

const VALUE: ErrorStrategy = __value::ErrorStrategy::Fatal