Enum ssh_keys::Error
[−]
pub enum Error {
InvalidFormat,
UnsupportedType(String),
Encrypted,
// some variants omitted
}Key parsing error
Variants
InvalidFormatThis error usually means that file is damaged
UnsupportedType(String)Unsupported key type
EncryptedPrivate key was encrypted (we don't support encrypted keys yet)
Trait Implementations
impl Debug for Error[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more