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