pub fn restore<'a>(
client: &'a impl UserAuthClient,
arg: &'a RestoreArg,
) -> impl Future<Output = Result<FileMetadata, Error<RestoreError>>> + Send + 'a
Available on crate features
async_routes
and dbx_files
only.Expand description
Restore a specific revision of a file to the given path.