venator_engine

Type Alias ConnectionKey

Source
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 */);