Skip to main content

BucketErrorPolicyOf

Trait BucketErrorPolicyOf 

Source
pub trait BucketErrorPolicyOf<I: Operand, D: Diagnostic>: Clone + 'static {
    type Output: Operand;

    // Required method
    fn build(&self, input: I) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn build(&self, input: I) -> Self::Output

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§