pub trait TxFromSourceValue<Env>: AnnotatedValue<Env, ManagedAddress<<Env as TxEnv>::Api>>
where Env: TxEnv,
{ }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<Env> TxFromSourceValue<Env> for ManagedAddress<<Env as TxEnv>::Api>
where Env: TxEnv,