Justin Ossevoort
Something something Sec/DevOps/SRE/SE/meh…
- 0 Posts
- 1 Comment
Joined 2 years ago
Cake day: May 11th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Something something Sec/DevOps/SRE/SE/meh…
@calcopiritus @hatchet That way you can pass a reference or anything that can be turned into a reference as an argument. So the caller can supply a &T, Box<T>, Rc<T>, Arc<T>, … (I dont’t know if there is a blanket impl so that even T itself will work.