pub type Result<T> = Result<T, HttpMcpError>;
Expand description
Result type for HTTP MCP operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(HttpMcpError),
}
pub type Result<T> = Result<T, HttpMcpError>;
Result type for HTTP MCP operations
pub enum Result<T> {
Ok(T),
Err(HttpMcpError),
}