Trait elrond_codec::NestedEncodeNoErr[][src]

pub trait NestedEncodeNoErr: Sized {
    fn dep_encode_no_err<O: NestedEncodeOutput>(&self, dest: &mut 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

Implementations on Foreign Types

Implementors