pub type SftpChannelResult<T> = Result<T, SftpChannelError>;Expand description
Represents the result of some SFTP channel operation
Aliased Type§
pub enum SftpChannelResult<T> {
Ok(T),
Err(SftpChannelError),
}pub type SftpChannelResult<T> = Result<T, SftpChannelError>;Represents the result of some SFTP channel operation
pub enum SftpChannelResult<T> {
Ok(T),
Err(SftpChannelError),
}