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

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

Represents SQL types which can be divided.

Associated Types

The SQL type which this one can be divided by

The SQL type of the result of dividing Self by Rhs

Implementors