Crate accountable_refcell

source ยท

Structsยง

  • BorrowData ๐Ÿ”’
  • BorrowRecord ๐Ÿ”’
  • An immutable reference to the value stored in a RefCell.
  • RefBorrowData ๐Ÿ”’
  • A RefCell that tracks outstanding borrows and reports stack traces for dynamic borrow failures.
  • A mutable reference to the value stored in the associated RefCell.

Functionsยง