Enum bijection::Error [] [src]

pub enum Error {
    FromUtf8(FromUtf8Error),
    SymmetricCipher(SymmetricCipherError),
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.