diesel::sql_types::opsTrait Mul
source pub trait Mul {
type Rhs: SqlType;
type Output: SqlType;
}
Expand description
Represents SQL types which can be multiplied.
The SQL type which this can be multiplied by
The SQL type of the result of multiplying Self
by Rhs