Type Alias diesel::helper_types::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 */ }