Enum parity_crypto::error::ScryptError [−]
pub enum ScryptError {
InvalidN,
InvalidP,
}Variants
InvalidNInvalidP
Trait Implementations
impl From<ScryptError> for Error
impl From<ScryptError> for Errorfn from(e: ScryptError) -> Error
fn from(e: ScryptError) -> ErrorPerforms the conversion.
impl Debug for ScryptError[src]
impl Debug for ScryptErrorfn 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 ScryptError
impl Display for ScryptErrorimpl Error for ScryptError
impl Error for ScryptErrorAuto Trait Implementations
impl Send for ScryptError
impl Send for ScryptErrorimpl Sync for ScryptError
impl Sync for ScryptError