You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
distant/distant-core/src/manager/data/id.rs

6 lines
139 B
Rust

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