Trait implementation lrs::share::RefCellBorrowMut::Deref

Objects that implement the immutable dereference operator.

Syntax

impl<'a, T> Deref for RefCellBorrowMut<'a, T> {
    type Target = T;
}