Type Definition simple_endian::u128le[][src]

pub type u128le = LittleEndian<u128>;
Expand description

Shorthand for LittleEndian<u128>