Trait fuel_indexer_plugin::types::BytecodeLength
pub trait BytecodeLength {
// Required methods
fn bytecode_length(&self) -> &u64;
fn bytecode_length_mut(&mut self) -> &mut u64;
fn bytecode_length_offset_static() -> usize;
// Provided method
fn bytecode_length_offset(&self) -> usize { ... }
}
Required Methods§
fn bytecode_length(&self) -> &u64
fn bytecode_length_mut(&mut self) -> &mut u64
fn bytecode_length_offset_static() -> usize
Provided Methods§
fn bytecode_length_offset(&self) -> usize
Object Safety§
This trait is not object safe.