Type Alias Chunk

Source
pub type Chunk = WireU64;
Expand description

A group of eight bytes, aligned to an 8-byte boundary.

Aliased Type§

struct Chunk(pub u64);

Fields§

§0: u64