pub type AgentRunResult = Result<AgentEvent, RunError>;Aliased Type§
pub enum AgentRunResult {
Ok(AgentEvent),
Err(RunError),
}pub type AgentRunResult = Result<AgentEvent, RunError>;pub enum AgentRunResult {
Ok(AgentEvent),
Err(RunError),
}