Module diesel::types::ops
[−]
[src]
Apps should not need to concern themselves with this module.
Crates which add new types which allow numeric operators should implement these traits to specify what the output is for a given right hand side
Traits
Add |
Represents SQL types which can be added. |
Div |
Represents SQL types which can be divided. |
Mul |
Represents SQL types which can be multiplied. |
Sub |
Represents SQL types which can be subtracted. |