pub trait SupportsOnConflictClauseWhere { }
Expand description

A marker trait indicating if a ON CONFLICT (...) DO UPDATE ... [WHERE ...] clause is supported or not

Implementors§