Skip to main content

SupportsBatchInsert

Trait SupportsBatchInsert 

Source
pub trait SupportsBatchInsert { }
Available on crate feature i-implement-a-third-party-backend-and-opt-into-breaking-changes only.
Expand description

A marker trait indicating if batch insert statements are supported for this backend or not

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§