SshKeyResult

Type Alias SshKeyResult 

Source
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),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(SshKeyError)

Contains the error value