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

model实现得到表名trait

Required Methods

Implementors