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

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

Required methods

pub fn new(index: usize) -> Self[src]

pub fn index(&self) -> usize[src]

Loading content...

Implementors

impl TypedIndex for FunctionIndex[src]

impl TypedIndex for ImportFunctionIndex[src]

impl TypedIndex for LocalFunctionIndex[src]

Loading content...