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

pub fn unregister_loader<L>(
    _token: &mut LockToken<L>,
    loader: Loader<'_, Owned>
) -> Result<(), Error>

Unregisters an existing loader.

Failure

The function fails if loader is invalid.

Return

Error on failure.