Type Alias libssh_rs::SshResult

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

Represents the result of a fallible operation

Aliased Type§

enum SshResult<T> {
    // some variants omitted
}

Variants§