Skip to main content

i32_le

Type Alias i32_le 

Source
pub type i32_le = LittleEndian<i32>;
Expand description

Alias for LittleEndian<i32> .

Aliased Typeยง

pub struct i32_le { /* private fields */ }