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