[][src]Trait wasmer_interface_types::interpreter::wasm::structures::TypedIndex

pub trait TypedIndex: Copy + Clone {
    fn new(index: usize) -> Self;
fn index(&self) -> usize; }

Required methods

fn new(index: usize) -> Self

fn index(&self) -> usize

Loading content...

Implementors

impl TypedIndex for FunctionIndex[src]

impl TypedIndex for ImportFunctionIndex[src]

impl TypedIndex for LocalFunctionIndex[src]

Loading content...