Expand description
Basic implementation of a RefCell mutable memory location
With most essential info about it
Structs
Required to wrap value T in UnsafeCell
Ref type as output for borrow method
Ref type as output for borrow_mut method
With most essential info about it
Required to wrap value T in UnsafeCell
Ref type as output for borrow method
Ref type as output for borrow_mut method