Struct multiversx_sc_codec::PanicErrorHandler
source · pub struct PanicErrorHandler;Expand description
An error handler that panics immediately, instead of returning a Result.
Trait Implementations§
source§impl Clone for PanicErrorHandler
impl Clone for PanicErrorHandler
source§fn clone(&self) -> PanicErrorHandler
fn clone(&self) -> PanicErrorHandler
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