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