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

pub fn get_loader_handle_from_module<'m, 'module, O>(
    module: &'m Module<'module, O>
) -> Result<Loader<'module, BorrowMutable<'m>>, Error> where
    O: ImmutableAccessIdentifier

Fetches the handle of the loader linked with the module handle.

Failure

The function fails if module is invalid.

Return

Handle on success, error otherwise.