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§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§