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