Type Alias simple_endian::i64be

source ·
pub type i64be = BigEndian<i64>;
Expand description

Shorthand for BigEndian<i64>

Aliased Type§

struct i64be(/* private fields */);