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

Table

Required Methods

extract the table name from a struct

Implementors