Type Alias zkgroup::common::serialization::ReservedByte
source · pub type ReservedByte = VersionByte<0>;
Expand description
Value that always serializes to and from 0u8
.
Aliased Type§
struct ReservedByte;
pub type ReservedByte = VersionByte<0>;
Value that always serializes to and from 0u8
.
struct ReservedByte;