Otherwise, the borrow checker won't even let us compile the code. Instead, we can change our definition of List to use Rc<T> instead of Box<T> as shown ...
確定! 回上一頁