Function emf_core_base_rs::global::module::unregister_loader[][src]

pub fn unregister_loader(loader: Loader<'_, Owned>) -> Result<(), Error>

Unregisters an existing module loader.

Unregistering a module loader also unloads the modules it loaded.

Failure

The function fails if loader is invalid.

Return

Error on failure.