Type Alias diesel::dsl::insert_into

source ·
pub type insert_into<T> = IncompleteInsertStatement<T>;
Expand description

Represents the return type of diesel::insert_into

Aliased Type§

struct insert_into<T> { /* private fields */ }