pub type Result<T> = Result<T, Error>;
Result type with ssh-encoding crate’s Error as the error type.
ssh-encoding
Error