pub type update<T> = UpdateStatement<<T as HasTable>::Table, <T as IntoUpdateTarget>::WhereClause>;
Expand description
Represents the return type of diesel::update
Aliased Typeยง
pub struct update<T> { /* private fields */ }
pub type update<T> = UpdateStatement<<T as HasTable>::Table, <T as IntoUpdateTarget>::WhereClause>;
Represents the return type of diesel::update
pub struct update<T> { /* private fields */ }