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

pub fn get_exported_interface_handle(
    interface: &InterfaceDescriptor
) -> Result<Module<'static, BorrowImmutable<'_>>, Error>

Fetches the module handle of the exported interface.

Failure

Fails if interface does not exist.

Return

Module handle on success, error otherwise.