SocketMap

Type Alias SocketMap 

Source
type SocketMap<T> = HashMap<SocketId, T>;

Aliased Typeยง

struct SocketMap<T> { /* private fields */ }