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

type MemberWeak<T> = Weak<RwLock<T>>;

the MemberWeak is meant to be a Nonowning member type pointing to the same memory space but not having the same owning ability of the data