pub trait AbsorbExt<'pa> where
Self: Sized, {
fn absorb_ext(input: &'pa [u8]) -> Result<Self, Err<ParseError<&'pa [u8]>>>;
}pub trait AbsorbExt<'pa> where
Self: Sized, {
fn absorb_ext(input: &'pa [u8]) -> Result<Self, Err<ParseError<&'pa [u8]>>>;
}