Trait ioendian::FromBuf [] [src]

pub trait FromBuf: Sized + Clone {
    type Buf: EndianBufFor<Self>;
    fn into_buf(self) -> Self::Buf;

    fn from_buf(buf: Self::Buf) -> Self { ... }
}

Associated Types

Required Methods

Provided Methods

Implementors