]> git.proxmox.com Git - pxar.git/commit
encoder: lifetime fixup
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 4 Mar 2020 15:37:25 +0000 (16:37 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 4 Mar 2020 15:37:26 +0000 (16:37 +0100)
commitcbe8bf5779af199f35ea6cebef494ccbab1c5c87
tree3b500f49876a2bf7a60dedc49e27e3448334a786
parent96a067c5f75cc1d13e528183de67e3ec3437393d
encoder: lifetime fixup

for some reason using these functions otherwise creates
leaves the lifetime borrowed throughout the entire
scope making it impossible to use this in a loop?

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