pub type SshKeyResult<T> = Result<T, SshKeyError>;Expand description
Result type for SSH key operations
Aliased Type§
pub enum SshKeyResult<T> {
Ok(T),
Err(SshKeyError),
}pub type SshKeyResult<T> = Result<T, SshKeyError>;Result type for SSH key operations
pub enum SshKeyResult<T> {
Ok(T),
Err(SshKeyError),
}