pub type SshResult<T> = Result<T, Error>;
Represents the result of a fallible operation
enum SshResult<T> { // some variants omitted }