pub trait Endian {
    const OPPOSITE_ENDIAN: bool;
}

Required Associated Constants§

Implementors§