logo

Type Definition erupt::utils::loading::EntryLoader

source · []
Expand description

The default EntryLoader, providing EntryLoader::new.

Implementations

Load functions using libloading.

Enabled using the loading cargo feature.

For more advanced use cases, take a look at EntryLoader::with_lib_path and EntryLoader::with_library.

Load functions using libloading providing a custom library path.

Enabled using the loading cargo feature.