Trait BitwiseAnd

Source
pub trait BitwiseAnd: FilterPriv {
    // Required method
    fn bit_and<T: Display, V: Into<OneOrMany<T>>>(value: V) -> Filter;
}

Required Methods§

Source

fn bit_and<T: Display, V: Into<OneOrMany<T>>>(value: V) -> Filter

Creates BitwiseAnd filter.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§