Enum sha_crypt::CryptError [−][src]
pub enum CryptError {
RoundsError,
RandomError,
IoError(Error),
StringError(FromUtf8Error),
}Expand description
Error type.
Variants
Should be within range defs::ROUNDS_MIN < defs::ROUNDS_MIN
RNG failed.
This is supported on crate feature
std only.I/O error.
Tuple Fields of IoError
0: ErrorUTF-8 error.
Tuple Fields of StringError
Trait Implementations
Performs the conversion.