Trait parst::Parsable[][src]

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

Required methods

Implementations on Foreign Types

Implementors