pub trait RawPatch<'de>: RawDecode<'de> { fn patch(self, diff: &'de [u8]) -> BuckyResult<(Self, &'de [u8])>; }