[−][src]Crate accountable_refcell
Structs
Ref | An immutable reference to the value stored in a RefCell. |
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
ref_filter_map | |
ref_mut_filter_map |