pub type PgTaskId = TaskId<Ulid>;
PostgreSQL task identifier.
pub struct PgTaskId(/* private fields */);