diesel::sql_types::ops

Trait Add

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

Represents SQL types which can be added.

Required Associated Types§

Source

type Rhs

The SQL type which can be added to this one

Source

type Output

The SQL type of the result of adding Rhs to Self

Implementors§