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