pub type insert_into<T> = IncompleteInsertStatement<T>;
Expand description
Represents the return type of diesel::insert_into
Aliased Typeยง
struct insert_into<T> { /* private fields */ }
pub type insert_into<T> = IncompleteInsertStatement<T>;
Represents the return type of diesel::insert_into
struct insert_into<T> { /* private fields */ }