Trait s2n_codec::decoder::value::DecoderValueMut
source · pub trait DecoderValueMut<'a>: Sized {
// Required method
fn decode_mut(
bytes: DecoderBufferMut<'a>
) -> DecoderBufferMutResult<'_, Self>;
}