Skip to main content

CanInsert

Trait CanInsert 

Source
pub trait CanInsert<Row> { }
Expand description

Insert access for Row.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl<Row, A> CanInsert<Row> for (A,)
where A: CanInsert<Row>,

Implementors§