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

type Member<T> = Arc<RwLock<T>>;

The member type is meant to represent a holder for just the type T, where it has an owning reference counter then wrapped in a ref cell to allow for mutable borrowing of the Rc