diesel::helper_types

Type Alias update

source
pub type update<T> = UpdateStatement<<T as HasTable>::Table, <T as IntoUpdateTarget>::WhereClause>;
Expand description

Represents the return type of diesel::update

Aliased Typeยง

struct update<T> { /* private fields */ }