multiversx_sc_snippets::imports

Trait TxCodeValue

Source
pub trait TxCodeValue<Env>: AnnotatedValue<Env, ManagedBuffer<<Env as TxEnv>::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 &BytesValue
where Env: TxEnv,

Source§

impl<Env> TxCodeValue<Env> for BytesValue
where Env: TxEnv,

Source§

impl<Env> TxCodeValue<Env> for FilePath<'_>
where Env: ScenarioTxEnv,

Source§

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

Source§

impl<Env> TxCodeValue<Env> for MxscPath<'_>
where Env: ScenarioTxEnv,