Skip to main content

QuickReject

Trait QuickReject 

Source
pub trait QuickReject<T> {
    // Required method
    fn quick_reject(&self, other: &T) -> bool;
}

Required Methods§

Source

fn quick_reject(&self, other: &T) -> bool

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§