A parent owns child nodes on one thread, while each child needs an optional parent link. …

from Box, Rc and Arc
Rust 1.98 intermediate 1 min

A parent owns child nodes on one thread, while each child needs an optional parent link. Which representation best matches that ownership?

Report an error