diesel::query_builder

Type Alias IncompleteReplaceStatement

Source
pub type IncompleteReplaceStatement<T> = IncompleteInsertStatement<T, Replace>;
Expand description

Represents the return type of diesel::replace_into

Aliased Typeยง

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