i128le

Type Alias i128le 

Source
pub type i128le = LittleEndian<i128>;
Expand description

Shorthand for LittleEndian<i128>

Aliased Typeยง

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