Skip to main content

SupportsMultipleAutoIncrementColumns

Trait SupportsMultipleAutoIncrementColumns 

Source
pub trait SupportsMultipleAutoIncrementColumns: Driver { }
Expand description

Marker for drivers that allow multiple auto-increment columns in a table.

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§