FunctionTypeIndex

Type Alias FunctionTypeIndex 

Source
pub type FunctionTypeIndex = Index<FunctionTypeHandle>;

Aliased Type§

pub struct FunctionTypeIndex(pub u32, _);

Tuple Fields§

§0: u32

Implementations§

Source§

impl FunctionTypeIndex

Source

pub fn ref_type(self, nullable: bool) -> RefType

Source

pub fn val_type(self, nullable: bool) -> ValType