pub trait DecoderValueMut<'a>: Sized {
fn decode_mut(
bytes: DecoderBufferMut<'a>
) -> DecoderBufferMutResult<'_, Self>;
}
pub trait DecoderValueMut<'a>: Sized {
fn decode_mut(
bytes: DecoderBufferMut<'a>
) -> DecoderBufferMutResult<'_, Self>;
}