revm_
interpreter
10.0.1
Into
U256
Required Methods
into_u256
Implementations on Foreign Types
Address
B256
Implementors
In revm_
interpreter::
instructions::
utility
revm_interpreter
::
instructions
::
utility
Trait
IntoU256
Copy item path
Source
pub trait IntoU256 { // Required method fn
into_u256
(self) ->
U256
; }
Required Methods
§
Source
fn
into_u256
(self) ->
U256
Implementations on Foreign Types
§
Source
§
impl
IntoU256
for Address
Source
§
fn
into_u256
(self) ->
U256
Source
§
impl
IntoU256
for B256
Source
§
fn
into_u256
(self) ->
U256
Implementors
§