Module compound

Source

Structs§

Compound
A map type with String keys and Value values.
IntoIter
Iter
IterMut
Keys
OccupiedEntry
VacantEntry
Values
ValuesMut

Enums§

Entry

Traits§

AsBorrowed
Trait that can be used as a key to query a compound. Basically something that can be converted to a type B such that S: Borrow<B>.