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