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ยง
- Print a backtrace without any frames from the backtrace library.