Type Alias simple_endian::usizebe

source ·
pub type usizebe = BigEndian<usize>;
Expand description

Shorthand for BigEndian<usize>

Aliased Type§

struct usizebe(/* private fields */);