Skip to main content

impl_to_row

Macro impl_to_row 

Source
macro_rules! impl_to_row {
    ($type:ty { $($col:literal => $field:ident),* $(,)? }) => { ... };
}
Expand description

自动实现 ToRow 的宏