ConnectionId

Type Alias ConnectionId 

Source
pub type ConnectionId = TypedId<{ _ }, u32>;

Aliased Type§

#[repr(transparent)]
pub struct ConnectionId(pub(crate) u32);

Tuple Fields§

§0: u32

Implementations§

Trait Implementations§