pub type Map<K, V> = BTreeMap<K, V>;Expand description
Map type alias for the whole library
Aliased Type§
pub struct Map<K, V> { /* private fields */ }Trait Implementations§
Source§impl<K, V> ShouldSkip for &Map<K, V>
impl<K, V> ShouldSkip for &Map<K, V>
Source§fn should_skip(&self) -> bool
fn should_skip(&self) -> bool
Whether a query or a query value can be skipped
Source§fn should_keep(&self) -> bool
fn should_keep(&self) -> bool
Inverse of the condition
Source§impl<K, V> ShouldSkip for Map<K, V>
impl<K, V> ShouldSkip for Map<K, V>
Source§fn should_skip(&self) -> bool
fn should_skip(&self) -> bool
Whether a query or a query value can be skipped
Source§fn should_keep(&self) -> bool
fn should_keep(&self) -> bool
Inverse of the condition