U128

Type Alias U128 

Source
pub type U128 = U128<NetworkEndian>;
Expand description

A 128-bit unsigned integer stored in network-endian byte order.

Aliased Typeยง

pub struct U128(/* private fields */);