Trait IntoTxEnv
pub trait IntoTxEnv<TxEnv> {
// Required method
fn into_tx_env(self) -> TxEnv;
}
Expand description
Trait marking types that can be converted into a transaction environment.
Required Methods§
fn into_tx_env(self) -> TxEnv
fn into_tx_env(self) -> TxEnv
Converts self
into [TxEnv
].