Type Alias libssh_rs::SshResult

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

Represents the result of a fallible operation