pub async fn list(
client: &impl Client,
mount: &str,
) -> Result<ListKeysResponse, ClientError>
Expand description
List key names.
See ListKeysRequest
pub async fn list(
client: &impl Client,
mount: &str,
) -> Result<ListKeysResponse, ClientError>
List key names.
See ListKeysRequest