multiversx_sc::types

Trait TxDataFunctionCall

Source
pub trait TxDataFunctionCall<Env>: TxData<Env> + Into<FunctionCall<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.

Implementations on Foreign Types§

Source§

impl<Env> TxDataFunctionCall<Env> for ()
where Env: TxEnv,

Implementors§

Source§

impl<Env> TxDataFunctionCall<Env> for FunctionCall<Env::Api>
where Env: TxEnv,