pub type DataSectionReader<'a> = SectionLimited<'a, Data<'a>>;
Expand description
A reader for the data section of a WebAssembly module.
Aliased Typeยง
pub struct DataSectionReader<'a> { /* private fields */ }
pub type DataSectionReader<'a> = SectionLimited<'a, Data<'a>>;
A reader for the data section of a WebAssembly module.
pub struct DataSectionReader<'a> { /* private fields */ }