Skip to main content

SupportsAutoIncrementCompositePrimaryKey

Trait SupportsAutoIncrementCompositePrimaryKey 

Source
pub trait SupportsAutoIncrementCompositePrimaryKey: Driver { }
Expand description

Marker for drivers that support auto-increment with composite primary keys.

Implement for custom drivers when the capability is available.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§