Type Alias ReservedByte

Source
pub type ReservedByte = VersionByte<0>;
Expand description

Value that always serializes to and from 0u8.

Aliased Typeยง

struct ReservedByte;