Trait wasmparser::WasmTypeDef[][src]

pub trait WasmTypeDef {
    type FuncType: WasmFuncType;
    fn as_func(&self) -> Option<&Self::FuncType>;
}

Associated Types

type FuncType: WasmFuncType[src]

Loading content...

Required methods

fn as_func(&self) -> Option<&Self::FuncType>[src]

Loading content...

Implementors

impl<'a> WasmTypeDef for TypeDef<'a>[src]

type FuncType = FuncType

Loading content...