Skip to main content

ClusterAgentResult

Type Alias ClusterAgentResult 

Source
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),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(ClusterAgentError)

Contains the error value