pub trait SupportsOnConflictClauseWhere { }
Available on crate feature
i-implement-a-third-party-backend-and-opt-into-breaking-changes
only.Expand description
A marker trait indicating if a ON CONFLICT (...) DO UPDATE ... [WHERE ...]
clause is supported or not