pub trait ErrorStrategy: ErrorStrategy + Sized + 'static {
const VALUE: ErrorStrategy;
}
Expand description
See ErrorStrategy
Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait ErrorStrategy: ErrorStrategy + Sized + 'static {
const VALUE: ErrorStrategy;
}
See ErrorStrategy