[][src]Function uvm_install_core::create_installer

pub fn create_installer<P, I>(
    base_install_path: P,
    installer: I,
    module: &Module
) -> Result<Box<dyn InstallHandler>> where
    P: AsRef<Path>,
    I: AsRef<Path>,