multiversx_sc::types

Trait TxCodeValue

Source
pub trait TxCodeValue<Env>: AnnotatedValue<Env, ManagedBuffer<Env::Api>>
where Env: TxEnv,
{ }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<Env> TxCodeValue<Env> for ManagedBuffer<Env::Api>
where Env: TxEnv,