pub type Update<Target, Changes> = UpdateStatement<<Target as HasTable>::Table, <Target as IntoUpdateTarget>::WhereClause, <Changes as AsChangeset>::Changeset>;
Expand description
Represents the return type of update(lhs).set(rhs)
pub type Update<Target, Changes> = UpdateStatement<<Target as HasTable>::Table, <Target as IntoUpdateTarget>::WhereClause, <Changes as AsChangeset>::Changeset>;
Represents the return type of update(lhs).set(rhs)