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

pub fn get_module_info<'module, O>(
    module: &Module<'module, O>
) -> Result<&'module ModuleInfo, Error> where
    O: ImmutableAccessIdentifier

Fetches the module info from a module.

Failure

Fails if module is invalid or the module is not yet loaded.

Return

Module info on success, error otherwise.