Enum dlib::DlError [−][src]
pub enum DlError {
CantOpen(LibLoadingError),
MissingSymbol(&'static str),
}
Expand description
An error generated when failing to load a library
Variants
CantOpen(LibLoadingError)
Tuple Fields
The requested library would not be opened
Includes the error reported by libloading
when trying to
open the library.
MissingSymbol(&'static str)
Tuple Fields
0: &'static str
Some required symbol was missing in the library