[−][src]Type Definition owning_ref::RefRef
type RefRef<'a, T, U = T> = OwningRef<Ref<'a, T>, U>;
Typedef of a owning reference that uses a Ref
as the owner.
type RefRef<'a, T, U = T> = OwningRef<Ref<'a, T>, U>;
Typedef of a owning reference that uses a Ref
as the owner.