[−][src]Trait diesel::sql_types::ops::Div
Represents SQL types which can be divided.
Associated Types
type Rhs
The SQL type which this one can be divided by
type Output
The SQL type of the result of dividing Self
by Rhs