Skip to main content

AutoImpl

Trait AutoImpl 

Source
pub trait AutoImpl: ContractBase { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

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

Implementors§

Source§

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

Source§

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