diesel::backend::sql_dialect::on_conflict_clause

Trait SupportsOnConflictClause

source
pub trait SupportsOnConflictClause { }
Expand description

A marker trait indicating if a ON CONFLICT clause is supported or not

If you use a custom type to specify specialized support for ON CONFLICT clauses implementing this trait opts into reusing diesels existing ON CONFLICT QueryFragment implementations

Implementorsยง