pub fn parse_composite_id_attribute(raw: &str) -> Result<Vec<String>, String>Expand description
Parses @@id([field1, field2, ...]) into its ordered list of local
field names. Callers are responsible for checking that each name
resolves to a real scalar field on the model.