Enum opemssh::Error [] [src]

pub enum Error {
    IoError(Error),
    DecodeError(DecodeError),
    ASN1Error(ASN1Error),
    InvalidSshaRsa,
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.