pub trait Mul { type Rhs: SqlType; type Output: SqlType; }
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
Self
Rhs