Type Alias RcRef

Source
pub type RcRef<'u, T, U = T> = OwningRef<'u, Rc<T>, U>;
Expand description

Typedef of a owning reference that uses a Rc as the owner.

Aliased Typeยง

pub struct RcRef<'u, T, U = T> { /* private fields */ }