pub fn parse_component_export_section<T: ?Sized + ReencodeComponent>(
reencoder: &mut T,
exports: &mut ComponentExportSection,
section: ComponentExportSectionReader<'_>,
) -> Result<(), Error<T::Error>>
Available on crate features
component-model
and wasmparser
only.