Type Alias insert_or_ignore_into

Source
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 */ }