[][src]Trait wasmparser::WasmTypeDef

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

Associated Types

Loading content...

Required methods

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

Loading content...

Implementors

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

type FuncType = FuncType

Loading content...