pub trait DecoderValue<'a>: Sized { fn decode(bytes: DecoderBuffer<'a>) -> DecoderBufferResult<'a, Self>; }