Trait akita::GetTableName[][src]

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

Required methods

extract the table name from a struct

Implementors