Does this call for the use of something like Box?

Guys, I have a Vector that will hold a bunch of things, I would then like to hold references to those things in other vectors. Does this call for the use of something like Box?
You already invited:

Dmitry

Upvotes from:

No, if you put something in a Vec, you can hold a reference to it
You won’t be able to modify the Vec as long as you have a reference to a thing within it though

If you wanna answer this question please Login or Register