macro_rules! row_type { ($($field: ident => $value: ty),*) => { ... }; ($($field: ident => $value: ty),* | $rest: ty) => { ... }; }