pub trait ModelTableName {
    // Required method
    fn table_name() -> TableName;
}
Expand description

model实现得到表名trait

Required Methods§

Implementors§