pub trait SupportsBatchInsert { }
Expand description

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

Implementors§