pub type IncompleteReplaceStatement<T> = IncompleteInsertStatement<T, Replace>;
Expand description
Represents the return type of diesel::replace_into
Aliased Typeยง
struct IncompleteReplaceStatement<T> { /* private fields */ }
pub type IncompleteReplaceStatement<T> = IncompleteInsertStatement<T, Replace>;
Represents the return type of diesel::replace_into
struct IncompleteReplaceStatement<T> { /* private fields */ }