diesel::sql_types::ops

Trait Mul

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

Represents SQL types which can be multiplied.

Required Associated Types§

Source

type Rhs

The SQL type which this can be multiplied by

Source

type Output

The SQL type of the result of multiplying Self by Rhs

Implementors§