fuel_tx::field

Trait BytecodeWitnessIndex

source
pub trait BytecodeWitnessIndex {
    // Required methods
    fn bytecode_witness_index(&self) -> &u16;
    fn bytecode_witness_index_mut(&mut self) -> &mut u16;
    fn bytecode_witness_index_offset_static() -> usize;

    // Provided method
    fn bytecode_witness_index_offset(&self) -> usize { ... }
}

Required Methods§

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§