Trait rustorm_dao::ToTableName[][src]

pub trait ToTableName {
    fn to_table_name() -> TableName;
}

Required methods

fn to_table_name() -> TableName[src]

extract the table name from a struct

Loading content...

Implementors

Loading content...