revm_
interpreter
10.0.1
Into
Address
Required Methods
into_address
Implementors
In revm_
interpreter::
instructions::
utility
revm_interpreter
::
instructions
::
utility
Trait
IntoAddress
Copy item path
Source
pub trait IntoAddress { // Required method fn
into_address
(self) -> Address; }
Required Methods
§
Source
fn
into_address
(self) -> Address
Implementors
§
Source
§
impl
IntoAddress
for
U256