Skip to main content

i64_le

Type Alias i64_le 

Source
pub type i64_le = LittleEndian<i64>;
Expand description

Alias for LittleEndian<i64> .

Aliased Typeยง

pub struct i64_le { /* private fields */ }