Type Alias diesel::helper_types::SqlTypeOf
source ยท pub type SqlTypeOf<Expr> = <Expr as Expression>::SqlType;
Expand description
The SQL type of an expression
pub type SqlTypeOf<Expr> = <Expr as Expression>::SqlType;
The SQL type of an expression