pub async fn health(
client: &impl Client,
) -> Result<ReadHealthResponse, ClientError>
Expand description
Returns health information about the Vault server.
pub async fn health(
client: &impl Client,
) -> Result<ReadHealthResponse, ClientError>
Returns health information about the Vault server.