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

pub trait Mul {
    type Rhs;
    type Output;
}

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