Be

Type Alias Be 

Source
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 */ }