Enum password_hash::B64Error [−][src]
pub enum B64Error {
InvalidEncoding,
InvalidLength,
}Generic error, union of InvalidLengthError and InvalidEncodingError.
Variants
Invalid encoding of provided Base64 string.
Insufficient output buffer length.
Trait Implementations
impl From<InvalidEncodingError> for Error[src]
impl From<InvalidEncodingError> for Error[src]pub fn from(InvalidEncodingError) -> Error[src]
impl From<InvalidLengthError> for Error[src]
impl From<InvalidLengthError> for Error[src]pub fn from(InvalidLengthError) -> Error[src]
impl StructuralEq for Error[src]
impl StructuralEq for Error[src]impl StructuralPartialEq for Error[src]
impl StructuralPartialEq for Error[src]Auto Trait Implementations
impl RefUnwindSafe for Error
impl RefUnwindSafe for Errorimpl UnwindSafe for Error
impl UnwindSafe for Error