Trait der::DecodeValue
source · pub trait DecodeValue<'a>: Sized {
fn decode_value(decoder: &mut Decoder<'a>, length: Length) -> Result<Self>;
}
pub trait DecodeValue<'a>: Sized {
fn decode_value(decoder: &mut Decoder<'a>, length: Length) -> Result<Self>;
}