Type Alias diesel::dsl::IntoSql

source ยท
pub type IntoSql<Item, SqlType> = AsExprOf<Item, SqlType>;
Expand description

Represents the return type of .into_sql()