diesel

Module prelude

Source
Expand description

Re-exports important traits and types. Meant to be glob imported when using Diesel.

Re-exports§

Traits§

  • Represents that a structure can be used to insert a new row into the database. This is automatically implemented for &[T] and &Vec<T> for inserting more than one record.