Trait implementation lrs::share::RefCellBorrow::Deref

Objects that implement the immutable dereference operator.

Syntax

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