Note that you can't pass around an Rc between threads (not thread-safe), that's what Arc (Atomic Reference Count) is for. Whether you use a Box< ...
確定! 回上一頁