Skip to main content

AutoImpl

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::default_issue_callbacks::ContractObj<A>
where A: VMApi,

Source§

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