pub trait AutoImpl: ContractBase { }

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,