Type Alias RefRef

Source
pub type RefRef<'a, T, U = T> = OwningRef<'a, Ref<'a, T>, U>;
Expand description

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

Aliased Typeยง

pub struct RefRef<'a, T, U = T> { /* private fields */ }