macro_rules! impl_relationship_methods {
($table_type:ty, $field_enum:ty) => { ... };
}Expand description
Generate standard relationship methods for a HashMap table implementation. This avoids repeating the same 7+6 methods for every entity.
macro_rules! impl_relationship_methods {
($table_type:ty, $field_enum:ty) => { ... };
}Generate standard relationship methods for a HashMap table implementation. This avoids repeating the same 7+6 methods for every entity.