pub type PublicationId = Id<PublicationIdKind>;
Строго типизированный идентификатор публикации.
pub struct PublicationId(/* private fields */);