diesel::dsl

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