[][src]Trait rustorm::ToTableName

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

Required Methods

extract the table name from a struct

Implementors