pub type SocketId<BC> = StrongId<<BC as DeviceSocketTypes>::SocketState, WeakDeviceId<BC>>;
Expand description

Public identifier for a socket.

Strongly owns the state of the socket. So long as the SocketId for a socket is not dropped, the socket is guaranteed to exist.

Aliased Type§

struct SocketId<BC>(/* private fields */);