pub(super) type ShareEntryRef<P> = Rc<ShareEntry<P>>;
pub(super) struct ShareEntryRef<P> { /* private fields */ }