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

Required Associated Types§

source

type Native: Into<Self>

Implementors§