[][src]Trait diesel_crud::Create

pub trait Create: Sized {
    type Table: Table;
    fn table() -> Self::Table;
}

Trait for update operations which auto-implements Cud.

Associated Types

type Table: Table

Loading content...

Required methods

fn table() -> Self::Table

Loading content...

Implementors

Loading content...