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