Id

Type Alias Id 

Source
pub type Id = WireU64;
Expand description

The wire type corresponding to Id.

Aliased Type§

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

Tuple Fields§

§0: u64