Trait modio::filter::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.

Object Safety§

This trait is not object safe.

Implementors§