Skip to main content

impl_from_row

Macro impl_from_row 

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

自动实现 FromRow 的宏