Function wasm_encoder::reencode::component_utils::parse_component_export

source ยท
pub fn parse_component_export<T: ?Sized + ReencodeComponent>(
    reencoder: &mut T,
    exports: &mut ComponentExportSection,
    export: ComponentExport<'_>,
) -> Result<(), Error<T::Error>>