[][src]Trait elrond_wasm::io::arg_loader_err::DynArgErrHandler

pub trait DynArgErrHandler {
    fn handle_sc_error(&self, err: SCError) -> !;
}

Required methods

fn handle_sc_error(&self, err: SCError) -> !

Loading content...

Implementors

impl<'a, A, BigInt, BigUint> DynArgErrHandler for DynEndpointErrHandler<'a, A, BigInt, BigUint> where
    BigUint: BigUintApi + 'static,
    BigInt: BigIntApi<BigUint> + 'static,
    A: ContractIOApi<BigInt, BigUint> + 'static, 
[src]

Loading content...