Trait parst::Parsable

source ·
pub trait Parsable<'a, Src, Ctx = ()>: Sizedwhere
    Src: ?Sized,
{ fn read(source: &'a Src, context: Ctx) -> PResult<'_, Self, Src>; }

Required Methods§

Implementations on Foreign Types§

Implementors§