Expand description
Defines generic data structures used to implement common application socket functionality for multiple protocols.
Structs§
- Occupied
Entry - An entry for a key in a map that has a value.
- Socket
Map - A map that stores values and summarizes tag counts.
- Vacant
Entry - An entry for a key in a map that does not have a value.
Enums§
- Entry
- An entry in a map that can be used to manipulate the value in-place.
Traits§
- Iter
Shadows - A type whose values can “shadow” other values of the type.
- Tagged
- A type whose values can be used to produce “tag” values of a different type.