Trait typed_sql::table::Table[][src]

pub trait Table {
    type Fields: Default;

    const NAME: &'static str;
    fn table() -> TableQuery<Self> { ... }
}

Associated Types

Associated Constants

const NAME: &'static str[src]

Provided methods

fn table() -> TableQuery<Self>[src]

Implementors