Trait diesel::sql_types::ops::Sub

source ·
pub trait Sub {
    type Rhs: SqlType;
    type Output: SqlType;
}
Expand description

Represents SQL types which can be subtracted.

Required Associated Types§

The SQL type which can be subtracted from this one

The SQL type of the result of subtracting Rhs from Self

Implementors§