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

model实现得到表名trait

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§