[][src]Trait rustorm_dao::ToTableName

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

Required methods

pub fn to_table_name() -> TableName[src]

extract the table name from a struct

Loading content...

Implementors

Loading content...