pub type Values<I, U> = InsertStatement<<I as InsertAutoTypeHelper>::Table, <U as Insertable<<I as InsertAutoTypeHelper>::Table>>::Values, <I as InsertAutoTypeHelper>::Op>;
Expand description
Represents the return type of
IncompleteInsertStatement::values()
Aliased Typeยง
struct Values<I, U> { /* private fields */ }