Trait parst::Parsable[][src]

pub trait Parsable<'a>: Sized {
    fn read(bytes: &'a [u8]) -> PResult<'_, Self>;
}

Required methods

Implementations on Foreign Types

Implementors