]> git.proxmox.com Git - proxmox.git/commit
router: fix impl Index for dyn RpcEnvironment
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 21 Apr 2022 11:45:25 +0000 (13:45 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 21 Apr 2022 11:45:26 +0000 (13:45 +0200)
commit39956b5d0917481efcaf2c1ecb8249ec7e029beb
tree2f6d8fbe0468b79336a22e812733a4a9cc5720da
parent47c9bed30d631c97ae96fa8bb647aa4aa36497ad
router: fix impl Index for dyn RpcEnvironment

implement Index and IndexMut on `dyn RpcEnvironment` rather
than on a reference to it

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