Type Alias owning_ref::RefRef

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

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

Aliased Type§

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