Trait ioendian::IntoNativeEndian [] [src]

pub trait IntoNativeEndian {
    type Out;
    fn native(self) -> Self::Out;
}

Associated Types

Required Methods

Implementors