Trait typed_sql::table::Table [−][src]
pub trait Table { type Fields: Default; const NAME: &'static str; fn table() -> TableQuery<Self> { ... } }
Associated Types
Associated Constants
Provided methods
fn table() -> TableQuery<Self>
[src]
fn table() -> TableQuery<Self>
[src]