]> git.proxmox.com Git - proxmox.git/commit
client: drop Send for non-wasm as well on response future
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 7 Aug 2023 09:04:50 +0000 (11:04 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 7 Aug 2023 09:06:10 +0000 (11:06 +0200)
commit17f5eac57a7c14ea3f798413eaeb20ebfffd3d5e
tree50021eea62c9ff49d4c6b8aea0ac25b8d3520beb
parent1531a619ab39ef77c4616e79cbf8b844f21b0ab6
client: drop Send for non-wasm as well on response future

To see if it is even still necessary given that it's not a trait
object type where auto traits would need to be explicit...

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-client/src/client.rs