pub fn import_package(
package: &Package<'_>,
packaged_extensions: ExtensionRegistry,
loaded_extensions: &ExtensionRegistry,
) -> Result<Package, ImportError>Expand description
Import a Package from the model representation
of the modules and any included extensions.