Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Objective Make `Res` cloneable ## Solution Add an associated fn `clone(self: &Self) -. Self` instead of `Copy + Clone` trait impls to avoid `res.clone()` failing to clone out the underlying `T`
- Loading branch information