pub trait SupportsOnConflictClauseWhere { }
Expand description
A marker trait indicating if a ON CONFLICT (...) DO UPDATE ... [WHERE ...]
clause is supported or not
pub trait SupportsOnConflictClauseWhere { }
A marker trait indicating if a ON CONFLICT (...) DO UPDATE ... [WHERE ...]
clause is supported or not