Skip to main content

ProxyObjBase

Trait ProxyObjBase 

Source
pub trait ProxyObjBase {
    type Api: VMApi;
    type To: TxTo<TxScEnv<Self::Api>>;
}

Required Associated Types§

Source

type Api: VMApi

Source

type To: TxTo<TxScEnv<Self::Api>>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§