pub type AgentdResult<T> = Result<T, AgentdError>;Expand description
The result type for agentd operations.
Aliased Type§
pub enum AgentdResult<T> {
Ok(T),
Err(AgentdError),
}pub type AgentdResult<T> = Result<T, AgentdError>;The result type for agentd operations.
pub enum AgentdResult<T> {
Ok(T),
Err(AgentdError),
}