pub type AgentResult<T> = Result<T, AgentConfigError>;Expand description
配置结果类型
Aliased Type§
pub enum AgentResult<T> {
Ok(T),
Err(AgentConfigError),
}pub type AgentResult<T> = Result<T, AgentConfigError>;配置结果类型
pub enum AgentResult<T> {
Ok(T),
Err(AgentConfigError),
}