Trait implementation lrs::rc::Rc::Deref

Objects that implement the immutable dereference operator.

Syntax

impl<T, H> Deref for Rc<T, H>
    where T: Leak,
          H: Allocator,
{
    type Target = T;
}