Trait diesel::sql_types::ops::Mul[][src]

pub trait Mul {
    type Rhs;
    type Output;
}
Expand description

Represents SQL types which can be multiplied.

Associated Types

The SQL type which this can be multiplied by

The SQL type of the result of multiplying Self by Rhs

Implementors