TxGasValue

Trait TxGasValue 

Source
pub trait TxGasValue<Env>: AnnotatedValue<Env, u64>
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> TxGasValue<Env> for u64
where Env: TxEnv,

Implementors§

Source§

impl<'w, GatewayProxy> TxGasValue<InteractorEnvExec<'w, GatewayProxy>> for SimulateGas
where GatewayProxy: GatewayAsyncService + 'w,

Source§

impl<Env> TxGasValue<Env> for GasLeft
where Env: TxEnv,

Source§

impl<Env> TxGasValue<Env> for NumExpr<'_>
where Env: ScenarioTxEnv,