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