Crate accountable_refcell

Source

Structsยง

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

Functionsยง

print_filtered_backtrace ๐Ÿ”’
Print a backtrace without any frames from the backtrace library.
ref_filter_mapDeprecated
ref_mut_filter_mapDeprecated