pub type SftpChannelResult<T> = Result<T, SftpChannelError>;
Expand description

Represents the result of some SFTP channel operation