cast
1.1.0
In cast::
revm::
interpreter::
instructions::
contract
Functions
calc_call_gas
call
call_code
create
delegate_call
eofcreate
extcall
extcall_gas_calc
extcall_input
extdelegatecall
extstaticcall
get_memory_input_and_out_ranges
pop_extcall_target_address
resize_memory
return_contract
static_call
cast
::
revm
::
interpreter
::
instructions
::
contract
Function
return_contract
Copy item path
Settings
Help
Summary
pub fn return_contract<H>(interpreter: &mut
Interpreter
, _host:
&mut H
)
where H:
Host
+ ?
Sized
,