Skip to main content

ExecutableTx

Trait ExecutableTx 

pub trait ExecutableTx<E>: ExecutableTxParts<<<E as BlockExecutor>::Evm as Evm>::Tx, <E as BlockExecutor>::Transaction>
where E: BlockExecutor + ?Sized,
{ }
Available on crate feature evm only.
Expand description

Alias for the ExecutableTxParts trait with types associated with the given BlockExecutor.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

§

impl<E, T> ExecutableTx<E> for T