pub type Result<T> = Result<T, ShellTunnelError>;Expand description
Convenience Result type for shell-tunnel operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ShellTunnelError),
}pub type Result<T> = Result<T, ShellTunnelError>;Convenience Result type for shell-tunnel operations.
pub enum Result<T> {
Ok(T),
Err(ShellTunnelError),
}