Skip to main content

SQLPrimaryKey

Trait SQLPrimaryKey 

Source
pub trait SQLPrimaryKey {
    type Table;
    type Columns;
}
Expand description

Typed (non-dyn) primary key metadata.

Required Associated Types§

Implementors§