Enum secure_serialisation::Error [] [src]

pub enum Error {
    Serialisation(SerialisationError),
    Crypto,
}

Error types.

Hopefully sodiumoxide eventually defines errors properly, otherwise this makes little sense.

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<SerialisationError> for Error
[src]

Performs the conversion.

impl From<()> for Error
[src]

Performs the conversion.