macro_rules! impl_from_row {
($type:ty { $($idx:literal => $field:ident: $ftype:ty),* $(,)? }) => { ... };
}Expand description
自动实现 FromRow 的宏
macro_rules! impl_from_row {
($type:ty { $($idx:literal => $field:ident: $ftype:ty),* $(,)? }) => { ... };
}自动实现 FromRow 的宏