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