warp

warp

Structs

And

pub struct And<T, U> {
pub(super) first: T,
pub(super) second: U,
}

impl<T, U> FilterBase for And<T, U>

Traits