diesel::sql_types::ops

Trait Sub

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

Represents SQL types which can be subtracted.

Required Associated Types§

Source

type Rhs

The SQL type which can be subtracted from this one

Source

type Output

The SQL type of the result of subtracting Rhs from Self

Implementors§