u128le

Type Alias u128le 

Source
pub type u128le = LittleEndian<u128>;
Expand description

Shorthand for LittleEndian<u128>

Aliased Typeยง

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