pub trait Endian {
    const OPPOSITE_ENDIAN: bool;
}

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§