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

pub fn get_exportable_interfaces<'module, O>(
    module: &Module<'module, O>
) -> Result<&'module [InterfaceDescriptor], Error> where
    O: ImmutableAccessIdentifier

Fetches the exportable interfaces of a module.

Failure

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

Return

Exportable interfaces on success, error otherwise.