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

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

Represents SQL types which can be added.

Associated Types

The SQL type which can be added to this one

The SQL type of the result of adding Rhs to Self

Implementors