vaultrs::transit::key

Function restore

source
pub async fn restore(
    client: &impl Client,
    mount: &str,
    backup: &str,
    opts: Option<&mut RestoreKeyRequestBuilder>,
) -> Result<(), ClientError>
Expand description

Restores the backup of a named key.

See RestoreKeyRequest