pub type HealthCheckResult = Result<BackendInfo, ClientError>;Expand description
Result type for health check operations.
Aliased Type§
pub enum HealthCheckResult {
Ok(BackendInfo),
Err(ClientError),
}pub type HealthCheckResult = Result<BackendInfo, ClientError>;Result type for health check operations.
pub enum HealthCheckResult {
Ok(BackendInfo),
Err(ClientError),
}