Type Alias WireId

Source
pub type WireId = WireU64;
Expand description

The wire type corresponding to Id.

Aliased Type§

#[repr(C, align(8))]
pub struct WireId(pub u64);

Tuple Fields§

§0: u64