Enum parity_crypto::error::Error [−]
pub enum Error {
Scrypt(ScryptError),
Symm(SymmError),
}Variants
Scrypt(ScryptError)Symm(SymmError)
Trait Implementations
impl Debug for Error[src]
impl Debug for Errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for Error
impl Display for Errorimpl Error for Error
impl Error for Errorfn description(&self) -> &str
fn description(&self) -> &strThis method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>
fn cause(&self) -> Option<&Error>The lower-level cause of this error, if any. Read more
impl From<ScryptError> for Error
impl From<ScryptError> for Errorfn from(e: ScryptError) -> Error
fn from(e: ScryptError) -> ErrorPerforms the conversion.
impl From<SymmError> for Error
impl From<SymmError> for Error