Skip to main content

BytecodeWitnessIndex

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§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§