/// Id associated with an active connection pub type ConnectionId = u64; /// Id associated with an open channel pub type ChannelId = u64;