pub type ClusterAgentResult<T> = Result<T, ClusterAgentError>;Expand description
Result type for cluster-aware agent startup and shutdown.
Aliased Type§
pub enum ClusterAgentResult<T> {
Ok(T),
Err(ClusterAgentError),
}pub type ClusterAgentResult<T> = Result<T, ClusterAgentError>;Result type for cluster-aware agent startup and shutdown.
pub enum ClusterAgentResult<T> {
Ok(T),
Err(ClusterAgentError),
}