diesel::sql_types::ops

Trait Div

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

Represents SQL types which can be divided.

Required Associated Types§

Source

type Rhs

The SQL type which this one can be divided by

Source

type Output

The SQL type of the result of dividing Self by Rhs

Implementors§