Skip to main content

InsertValues

Trait InsertValues 

Source
pub trait InsertValues: Sealed { }
Expand description

A chain of (column, value) cells: RowCons<C, InsertValue, Tail> down to RowNil. Walked once for the header and once for each row’s values, so the two cannot disagree.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§