pub async fn read_version<D: DeserializeOwned>(
client: &impl Client,
mount: &str,
path: &str,
version: u64,
) -> Result<D, ClientError>
Expand description
Reads the value of the secret at the given version and path
pub async fn read_version<D: DeserializeOwned>(
client: &impl Client,
mount: &str,
path: &str,
version: u64,
) -> Result<D, ClientError>
Reads the value of the secret at the given version and path