pub type Result<T> = Result<T, AgentConfigError>;Expand description
Result alias used throughout the crate’s public API.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(AgentConfigError),
}pub type Result<T> = Result<T, AgentConfigError>;Result alias used throughout the crate’s public API.
pub enum Result<T> {
Ok(T),
Err(AgentConfigError),
}