Expand description
Queryable trait for supporting multiple container types.
This module provides the Queryable trait which enables querying
various container types: Vec, HashMap, HashSet, BTreeMap, VecDeque, etc.
Traitsยง
- Queryable
- Trait for types that can be queried.