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
Source§Available on crate feature mysql_backend
only.