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

Represents the return type of diesel::replace_into

Aliased Type§

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