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

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

Represents SQL types which can be subtracted.

Associated Types

The SQL type which can be subtracted from this one

The SQL type of the result of subtracting Rhs from Self

Implementors