pub type ConnectionKey = NonZeroU64;Expand description
This is the internal type used to identify connections. The value is the unique timestamp from when the connection was created.
Aliased Typeยง
struct ConnectionKey(/* private fields */);pub type ConnectionKey = NonZeroU64;This is the internal type used to identify connections. The value is the unique timestamp from when the connection was created.
struct ConnectionKey(/* private fields */);