[][src]Type Definition radiate::engine::generation::FamilyWeak

type FamilyWeak<T, E> = Weak<RwLock<Niche<T, E>>>;

the FamilyWeak is meant to mimic the MemberWeak as it is a nonowning family type which allows for multiple bi-directional pointers to the same Niche type in the same memory location