Module socketmap

Source
Expand description

Defines generic data structures used to implement common application socket functionality for multiple protocols.

Structs§

OccupiedEntry
An entry for a key in a map that has a value.
SocketMap
A map that stores values and summarizes tag counts.
VacantEntry
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§

IterShadows
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.