Trait diesel::types::ops::Sub
[−]
[src]
pub trait Sub { type Rhs; type Output; }
Associated Types
Implementors
impl Sub for SmallInt type Rhs = SmallInt; type Output = SmallInt;
impl Sub for Integer type Rhs = Integer; type Output = Integer;
impl Sub for BigInt type Rhs = BigInt; type Output = BigInt;
impl Sub for Float type Rhs = Float; type Output = Float;
impl Sub for Double type Rhs = Double; type Output = Double;
impl Sub for Numeric type Rhs = Numeric; type Output = Numeric;
impl Sub for Timestamp type Rhs = Interval; type Output = Timestamp;
impl Sub for Date type Rhs = Interval; type Output = Timestamp;