Trait sqlx_model::ModelTableName[][src]

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

model实现得到表名trait

Required methods

Implementors