pub trait TxDataFunctionCall<Env>: TxData<Env> + Into<FunctionCall<<Env as TxEnv>::Api>>
where Env: TxEnv,
{ }

Object Safety§

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 as TxEnv>::Api>
where Env: TxEnv,