Skip to main content

TypeSec

Type Alias TypeSec 

Source
pub type TypeSec = Section<Vec<FuncType>>;

Aliased Type§

pub struct TypeSec {
    pub size: u32,
    pub value: Vec<FuncType>,
}

Fields§

§size: u32§value: Vec<FuncType>