macro_rules! impl_to_row { ($type:ty { $($col:literal => $field:ident),* $(,)? }) => { ... }; }
自动实现 ToRow 的宏