A marker trait for columns that are the primary key of their table. This is used to restrict [`UniqueColumn::update`] to only work on primary key columns.
| 293 | /// |
| 294 | /// This is used to restrict [`UniqueColumn::update`] to only work on primary key columns. |
| 295 | pub trait PrimaryKey {} |
| 296 | |
| 297 | /// A handle to a unique index on a column. |
| 298 | /// Available for `#[unique]` and `#[primary_key]` columns. |
no outgoing calls
no test coverage detected
searching dependent graphs…