vaultrs::sys::remount

Function remount

Source
pub async fn remount(
    client: &impl Client,
    from: &str,
    to: &str,
) -> Result<RemountResponse, ClientError>
Expand description

This endpoint moves an already-mounted backend to a new mount point.

See RemountRequest