pub trait Values: Display { }
Expand description

Marker trait for implemenations of different kinds of VALUES clauses for INSERT INTO statements

You may not construct any of the implementations directly.

Please use the appropriate methods on BareInsertInto

Implementors§