Type Alias diesel::helper_types::IntoSql
source ยท pub type IntoSql<Item, SqlType> = AsExprOf<Item, SqlType>;
Expand description
Represents the return type of .into_sql()
pub type IntoSql<Item, SqlType> = AsExprOf<Item, SqlType>;
Represents the return type of .into_sql()