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