Type Alias diesel::helper_types::delete
source · pub type delete<T> = DeleteStatement<<T as HasTable>::Table, <T as IntoUpdateTarget>::WhereClause>;
Expand description
Represents the return type of diesel::delete
Aliased Type§
struct delete<T> { /* private fields */ }