Type Definition rants::Sid[][src]

pub type Sid = u64;
Expand description

The type used for subscription IDs

This is a unique identifier the client uses when routing messages from the server. A subscription ID can be any ASCII string, but within this client library, we always use the string representation of an atomically increasing u64 counter.