Trait storey_encoding::DecodableWithImpl
source · pub trait DecodableWithImpl<E: Encoding>: Sized {
// Required method
fn decode_impl(data: &[u8]) -> Result<Self, E::DecodeError>;
}Required Methods§
fn decode_impl(data: &[u8]) -> Result<Self, E::DecodeError>
Object Safety§
This trait is not object safe.