pub type Result<T> = Result<T, AgentError>;Expand description
Result type for the ACP Agent
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(AgentError),
}pub type Result<T> = Result<T, AgentError>;Result type for the ACP Agent
pub enum Result<T> {
Ok(T),
Err(AgentError),
}