Method lrs::share::RefCell::borrow_mut

Borrows the object mutably or aborts if the object is borrowed.

Syntax

impl<T> RefCell<T> {
    fn borrow_mut(&'a self) -> RefCellBorrowMut<'a, T>
}