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

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

Fetches the load status of a module.

Failure

Fails if module is invalid.

Return

Module status on success, error otherwise.