pub type Result<T> = Result<T, SshMcpError>;Expand description
Result type alias using SshMcpError
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(SshMcpError),
}pub type Result<T> = Result<T, SshMcpError>;Result type alias using SshMcpError
pub enum Result<T> {
Ok(T),
Err(SshMcpError),
}