Enum kpdb::ObfuscationError [] [src]

pub enum ObfuscationError {
    InvalidValue,
}

Error type for obfuscation conversion errors.

Variants

Invalid value.

Trait Implementations

impl Debug for ObfuscationError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ObfuscationError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Display for ObfuscationError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ObfuscationError
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more