pub type AgentResult<T> = Result<T, AgentError>;Expand description
Result type for agent operations.
Aliased Type§
pub enum AgentResult<T> {
Ok(T),
Err(AgentError),
}pub type AgentResult<T> = Result<T, AgentError>;Result type for agent operations.
pub enum AgentResult<T> {
Ok(T),
Err(AgentError),
}