endian_type

Trait Endian

Source
pub trait Endian<T> { }
Expand description

Type with a specified byte order

Implementors§

Source§

impl<T> Endian<T> for BigEndian<T>

Source§

impl<T> Endian<T> for LittleEndian<T>