macro_rules! relation_model {
(
$ident: ident
$(,
$accessor_type: tt
$(
$accessor_name: ident
$accessor_data_type: tt
)?
)*
$(,)?
) => { ... };
}
macro_rules! relation_model {
(
$ident: ident
$(,
$accessor_type: tt
$(
$accessor_name: ident
$accessor_data_type: tt
)?
)*
$(,)?
) => { ... };
}