Method lrs::share::RefCell::borrow

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

Syntax

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