Skip to main content

ConnId

Type Alias ConnId 

Source
pub type ConnId = u64;
Expand description

Stable connection identifier carried by Msg::owner.

Stage 9 replaces this alias with a typed Conn reference. Until then, the value is just a unique 64-bit tag the connection layer stamps on every message it produces.