pub trait AutoImpl: ContractBase { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<A> AutoImpl for ContractObj<A>
where A: VMApi + Clone + 'static,