Type Definition ssh_encoding::Result

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

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