pub trait AutoImpl: ContractBase { }

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<A> AutoImpl for UniversalContractObj<A>
where A: VMApi,

Implementors§

source§

impl<A> AutoImpl for multiversx_sc_modules::token_merge::ContractObj<A>
where A: VMApi,

source§

impl<A> AutoImpl for multiversx_sc_modules::pause::ContractObj<A>
where A: VMApi,