Function wasm_encoder::reencode::component_utils::component_type

source ยท
pub fn component_type<T: ?Sized + ReencodeComponent>(
    reencoder: &mut T,
    ty: Box<[ComponentTypeDeclaration<'_>]>,
) -> Result<ComponentType, Error<T::Error>>