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.
pub async fn restore(
client: &impl Client,
mount: &str,
backup: &str,
opts: Option<&mut RestoreKeyRequestBuilder>,
) -> Result<(), ClientError>Restores the backup of a named key.