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
where status_cmd_fd() returns Option<BorrowedFd<'_>>. This code does not compile because the reference&cmd_fd does not live long enough, but the lifetime of the reference should be irrelevant.