Enum glycos::core::GraphLoadError [−][src]
pub enum GraphLoadError {
PersistError(PersistError),
AppDirsError(AppDirsError),
}Variants
PersistError(PersistError)
Tuple Fields
0: PersistErrorAppDirsError(AppDirsError)
Trait Implementations
Performs the conversion.
Performs the conversion.
