Skip to main content

OnConflictTarget

Trait OnConflictTarget 

Source
pub trait OnConflictTarget<Table>: Sealed { }
Expand description

Represents the target of an ON CONFLICT clause.

This trait is sealed and cannot be implemented for types outside of Diesel, and may be used to constrain generic parameters.

Implementorsยง