pub type IncompleteInsertOrIgnoreStatement<T> = IncompleteInsertStatement<T, InsertOrIgnore>;
Expand description
Represents the return type of diesel::insert_or_ignore_into
Aliased Typeยง
struct IncompleteInsertOrIgnoreStatement<T> { /* private fields */ }