RefCell <T> · RefCell<T> represents the single ownership over the data that it holds. · If we use RefCell<T>, then the invariants are enforced at the runtime.
確定! 回上一頁