pub trait SetQuery<Q>: Lenwhere
Q: ?Sized,{
// Required method
fn contains(&self, value: &Q) -> bool;
}Expand description
Common query abstractions for sets.
pub trait SetQuery<Q>: Lenwhere
Q: ?Sized,{
// Required method
fn contains(&self, value: &Q) -> bool;
}Common query abstractions for sets.