You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be done by either adding a lifetime parameter and storing BorrowedFd or by storing an owned File/OwnedFd and adding a Deref/DerefMut impl to FileLock.
This could be done by either adding a lifetime parameter and storing
BorrowedFdor by storing an ownedFile/OwnedFdand adding aDeref/DerefMutimpl toFileLock.cc #1651 (comment)