pub type SnakeId = Id<'_', false>;
A “snake_case” identifier.
pub struct SnakeId(/* private fields */);