pub type ShareId<T> = Id<T, Shared>;
A convenient alias for a shared Id.
Id
pub struct ShareId<T> { /* private fields */ }