pub type Set<U, V> = UpdateStatement<<U as UpdateAutoTypeHelper>::Table, <U as UpdateAutoTypeHelper>::Where, <V as AsChangeset>::Changeset>;
Expand description
Represents the return type of
UpdateStatement::set()
Aliased Typeยง
struct Set<U, V> { /* private fields */ }