Adam Steinberg
Results
1
issues of
Adam Steinberg
#### Description This change makes `UseFutureHandle` implement `Clone`. All other `UseXHandle` structs have a cheap clone that calls `Rc::clone` internally, so I think `UseFutureHandle` should also have this functionality. ####...