logo

Type Definition ssh_key::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

Result type with ssh-key’s Error as the error type.