pub type Be<T> = EndianPrimitive<BigEndian, T, T>;Expand description
A type alias for big endian primitives
Aliased Typeยง
pub struct Be<T> { /* private fields */ }pub type Be<T> = EndianPrimitive<BigEndian, T, T>;A type alias for big endian primitives
pub struct Be<T> { /* private fields */ }