pub type LowerSnakeId = Id<'_', true>;
A lower-case “snake_case” identifier.
struct LowerSnakeId(/* private fields */);