Struct wasmparser::TableType
[−]
[src]
pub struct TableType {
pub element_type: Type,
pub limits: ResizableLimits,
}Fields
element_type: Type
limits: ResizableLimits
Trait Implementations
impl Debug for TableType[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more