i64le

Type Alias i64le 

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

Shorthand for LittleEndian<i64>

Aliased Typeยง

pub struct i64le(/* private fields */);