Enum glycos::core::KeyLoadError [−][src]
pub enum KeyLoadError {
AppDirsError,
CorruptFileError,
CryptographicError,
IoError(ErrorKind),
}Variants
AppDirsError
CorruptFileError
CryptographicError
IoError(ErrorKind)
Tuple Fields
0: ErrorKindTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
