Module json_api::value::collections
[−]
[src]
Collection types with consistent ordering.
Reexports
pub use self::map::Map; |
pub use self::set::Set; |
Modules
| map |
A hash map implementation with consistent ordering. |
| set |
A hash set implemented as a |
Traits
| Equivalent |
Key equivalence trait. |