1
2
3
4
5
/// Id associated with an active connection
pub type ConnectionId = u64;

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