op_revm
2.0.0
IsTx
Error
Required Methods
is_tx_error
Implementations on Foreign Types
EVMError<DB, TX>
Implementors
In op_
revm::
handler
op_revm
::
handler
Trait
IsTxError
Copy item path
Source
pub trait IsTxError { // Required method fn
is_tx_error
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_tx_error
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl<DB, TX>
IsTxError
for
EVMError
<DB, TX>
Source
§
fn
is_tx_error
(&self) ->
bool
Implementors
§