Skip to main content

Set

Type Alias Set 

Source
pub type Set<T> = BTreeSet<T>;
Expand description

Set type alias for the whole library

Aliased Type§

pub struct Set<T> { /* private fields */ }

Trait Implementations§

Source§

impl<T> ShouldSkip for &Set<T>

Source§

fn should_skip(&self) -> bool

Whether a query or a query value can be skipped
Source§

fn should_keep(&self) -> bool

Inverse of the condition
Source§

impl<T> ShouldSkip for Set<T>

Source§

fn should_skip(&self) -> bool

Whether a query or a query value can be skipped
Source§

fn should_keep(&self) -> bool

Inverse of the condition