Type Alias wasmparser::TagSectionReader

source ·
pub type TagSectionReader<'a> = SectionLimited<'a, TagType>;
Expand description

A reader for the tags section of a WebAssembly module.

Aliased Type§

struct TagSectionReader<'a> { /* private fields */ }