Struct wasmparser::TableType
[−]
[src]
pub struct TableType {
pub element_type: Type,
pub limits: ResizableLimits,
}Fields
element_type: Type
limits: ResizableLimits