pub type i32_le = LittleEndian<i32>;
Alias for LittleEndian<i32> .
LittleEndian<i32>
struct i32_le { /* private fields */ }