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

pub fn get_internal_module_handle<O>(
    module: &Module<'_, O>
) -> Result<InternalModule<O>, Error> where
    O: ImmutableAccessIdentifier

Fetches the internal handle linked with the module handle.

Failure

Fails if module is invalid.

Return

Internal handle on success, error otherwise.