u64le

Type Alias u64le 

Source
pub type u64le = LittleEndian<u64>;
Expand description

Shorthand for LittleEndian<u64>

Aliased Typeยง

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