Type Alias LE

Source
pub type LE = LittleEndian;
Expand description

Alias for LittleEndian

Aliased Type§

pub struct LE;

Trait Implementations§

Source§

impl Display for LE

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more