Macro impl_model

Source
macro_rules! impl_model {
    ($type:ty, $pk_type:ty, $table:expr) => { ... };
}
Expand description

Macro to implement the Model trait with basic functionality