diesel::sql_types::opsTrait Add
Source pub trait Add {
type Rhs: SqlType;
type Output: SqlType;
}
Expand description
Represents SQL types which can be added.
The SQL type which can be added to this one
The SQL type of the result of adding Rhs
to Self
Source§Available on crate feature postgres_backend
only.
Source§Available on crate feature postgres_backend
only.
Source§Available on crate feature postgres_backend
only.
Source§Available on crate feature mysql_backend
only.