Trait byte_fmt::endian_types::BigEndianUInt
source · pub trait BigEndianUIntwhere
Self: Copy + PartialEq + Eq + Ord + PartialOrd + Debug + Send + Sync + 'static + From<Self::Native>,{
type Native: Into<Self>;
}