Trait s2n_codec::decoder::value::DecoderValue
source · pub trait DecoderValue<'a>: Sized {
// Required method
fn decode(bytes: DecoderBuffer<'a>) -> DecoderBufferResult<'a, Self>;
}
pub trait DecoderValue<'a>: Sized {
// Required method
fn decode(bytes: DecoderBuffer<'a>) -> DecoderBufferResult<'a, Self>;
}