Type Definition erupt::utils::loading::EntryLoader[][src]

pub type EntryLoader = CustomEntryLoader<DefaultEntryLoaderLibrary>;
Expand description

The default EntryLoader, providing EntryLoader::new

Implementations

Load functions using libloading

Enabled using the loading cargo feature

Load functions using libloading providing a custom library path

Enabled using the loading cargo feature