Macro sqlx_model::model_table_ref_define[][src]

macro_rules! model_table_ref_define {
    ($self_var : ident, $struct_name : ident, $option_struct_name : ident,
 { $($name : ident : $type : ty), + }) => { ... };
    ($struct_name : ident, $option_struct_name : ident,
 { $($name : ident : $type : ty), + $(,) ? }) => { ... };
}