revm_
database_
interface
1.0.0
Bytecode
Trait
Required Methods
code
Implementors
In crate revm_
database_
interface
revm_database_interface
Trait
BytecodeTrait
Copy item path
Source
pub trait BytecodeTrait { // Required method fn
code
(&self) -> &[
u8
]
ⓘ
; }
Required Methods
§
Source
fn
code
(&self) -> &[
u8
]
ⓘ
Implementors
§