[go: up one dir, main page]

Type Alias RcRef

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

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

Aliased Typeยง

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