Struct multiversx_sc_codec::DefaultErrorHandler
source · pub struct DefaultErrorHandler;
Expand description
The simplest error handler, it simply passes the error on.
Trait Implementations§
source§impl Clone for DefaultErrorHandler
impl Clone for DefaultErrorHandler
source§fn clone(&self) -> DefaultErrorHandler
fn clone(&self) -> DefaultErrorHandler
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more