Trait geekorm_core::TableBuilder
source · pub trait TableBuilderwhere
Self: Sized,{
// Required methods
fn table() -> Table;
fn get_table(&self) -> Table;
fn table_name() -> String;
}
Expand description
Trait for creating tables
Required Methods§
sourcefn table_name() -> String
fn table_name() -> String
Get the name of the table
Object Safety§
This trait is not object safe.