Type Alias dsi_bitstream::traits::LE

source ·
pub type LE = LittleEndian;
Expand description

Alias for LittleEndian

Aliased Type§

struct LE;

Trait Implementations§

source§

impl ToString for LE

source§

fn to_string(&self) -> String

Converts the given value to a String. Read more