[][src]Trait rustorm_dao::ToTableName

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

Required methods

fn to_table_name() -> TableName

extract the table name from a struct

Loading content...

Implementors

Loading content...