pub trait TxFromSpecified<Env>: TxFrom<Env> + AnnotatedValue<Env, ManagedAddress<<Env as TxEnv>::Api>>where
Env: TxEnv,{ }
Expand description
Marks the non-empty sender of a transaction.
Enforces the reciipent to be explicitly specified.
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.