macro_rules! impl_model {
($type:ty, $pk_type:ty, $table:expr) => { ... };
}
Expand description
Macro to implement the Model trait with basic functionality
macro_rules! impl_model {
($type:ty, $pk_type:ty, $table:expr) => { ... };
}
Macro to implement the Model trait with basic functionality