Trait rustorm::query::ToTableName
[−]
[src]
pub trait ToTableName {
fn to_table_name(&self) -> TableName;
}convert str, IsTable to TableName
Required Methods
fn to_table_name(&self) -> TableName
Implementors
impl<'a> ToTableName for &'a strimpl ToTableName for strimpl ToTableName for Table