Crate interior_mutability_pointer[−][src]
Structs
A wrapper around Rc<RefCell<T>> allowing immediate access to inner methods,
without the need for .borrow() or .borrow_mut(),
allowing for a more seamless pointer experience.
A wrapper around Rc<RefCell<T>> allowing immediate access to inner methods,
without the need for .borrow() or .borrow_mut(),
allowing for a more seamless pointer experience.