Trait bytevec::ByteDecodable [] [src]

pub trait ByteDecodable: Sized {
    fn decode(bytes: &[u8]) -> BVDecodeResult<Self>;
}

Required Methods

fn decode(bytes: &[u8]) -> BVDecodeResult<Self>

Implementors