Type Definition libssh_rs::SshResult[][src]

pub type SshResult<T> = Result<T, Error>;
Expand description

Represents the result of a fallible operation