pub type AgentResult<T> = Result<T, AgentError>;Expand description
Agent 操作结果类型
Aliased Type§
pub enum AgentResult<T> {
Ok(T),
Err(AgentError),
}pub type AgentResult<T> = Result<T, AgentError>;Agent 操作结果类型
pub enum AgentResult<T> {
Ok(T),
Err(AgentError),
}