Trait wasmparser::SectionWithLimitedItems
source · pub trait SectionWithLimitedItems {
// Required method
fn get_count(&self) -> u32;
}
Expand description
Implemented by sections with a limited number of items.
pub trait SectionWithLimitedItems {
// Required method
fn get_count(&self) -> u32;
}
Implemented by sections with a limited number of items.