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

Required methods

Implementations on Foreign Types

Implementors