Trait wasmparser::WasmTableType [−][src]
Types that qualify as Wasm table types for validation purposes.
Associated Types
Loading content...Required methods
fn element_type(&self) -> &Self::Type
[src]
Returns the element type of the table.
fn initial_limit(&self) -> u32
[src]
Returns the initial limit of the table.
fn maximum_limit(&self) -> Option<u32>
[src]
Returns the maximum limit of the table if any.