Trait der::DecodeValue
source · pub trait DecodeValue<'a>: Sized {
// Required method
fn decode_value(decoder: &mut Decoder<'a>, length: Length) -> Result<Self>;
}
Expand description
Required Methods§
Object Safety§
This trait is not object safe.