pub trait ConflictTarget<T: Table>: Sealed<T> { }Expand description
An ON CONFLICT target: the columns, and for a partial unique index the
predicate that picks it. Implemented for everything ConflictColumns
is, plus the partial_index those columns pass through.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".