Trait pipebytes::FromBytes[][src]

pub trait FromBytes: Sized {
    fn from_bytes(bytes: Vec<u8>) -> Result<Self>;
}

Required methods

Implementations on Foreign Types

Implementors