Enum sha_crypt::CryptError [−][src]
pub enum CryptError {
RoundsError,
RandomError,
IoError(Error),
StringError(FromUtf8Error),
}Variants
Should be within range defs::ROUNDS_MIN < defs::ROUNDS_MIN
IoError(Error)This is supported on crate feature
std only.StringError(FromUtf8Error)Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for CryptErrorimpl Send for CryptErrorimpl Sync for CryptErrorimpl Unpin for CryptErrorimpl !UnwindSafe for CryptError