Type Alias BE

Source
pub type BE = BigEndian;
Expand description

Alias for BigEndian

Aliased Type§

pub struct BE;

Trait Implementations§

Source§

impl Display for BE

Source§

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

Formats the value using the given formatter. Read more