A Admin • 802.91K Points Coach Report Q. What is the main difference between `Box<T>` and `Rc<T>`? (A) `Box` allows multiple ownership, `Rc` doesn't (B) `Box` is for shared ownership, `Rc` is for unique ownership (C) `Box` is for unique ownership, `Rc` is for shared ownership (D) They are identical Correct Answer - Option(C) Views: 7 Filed under category Rust Hashtags: Share Manage Tags
Discusssion
Login to discuss.