[][src]Trait endio::Endianness

pub trait Endianness: Sealed { }

Only necessary for custom (de-)serializations.

You can use this as a blanket impl trait bound to write code that is not endian-specific.

You can't implement this trait, it only exists as a trait bound.

Implementors

impl Endianness for BigEndian[src]

impl Endianness for LittleEndian[src]

Loading content...