Enum shared_library::LoadingError
[−]
[src]
pub enum LoadingError {
LibraryNotFound {
descr: String,
},
SymbolNotFound {
symbol: &'static str,
},
}Error that can happen while loading the shared library.
Variants
LibraryNotFound | Fields
| |||
SymbolNotFound | One of the symbols could not be found in the library. Fields
|