multiversx_sc::types

Trait TxFromSourceValue

Source
pub trait TxFromSourceValue<Env>: AnnotatedValue<Env, ManagedAddress<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> TxFromSourceValue<Env> for ManagedAddress<Env::Api>
where Env: TxEnv,