Type Definition parst::PResult[][src]

pub type PResult<'a, O, E = Error> = Result<(O, &'a [u8]), E>;