Trait dharitri_codec::TopEncodeNoErr
source · pub trait TopEncodeNoErr: Sized {
// Required method
fn top_encode_no_err<O: TopEncodeOutput>(&self, output: O);
}Expand description
Most types will be encoded without any possibility of error. The trait is used to provide these implementations. This is currently not a substitute for implementing a proper TopEncode.
Required Methods§
fn top_encode_no_err<O: TopEncodeOutput>(&self, output: O)
Object Safety§
This trait is not object safe.