pub trait Sub {
type Rhs: SqlType;
type Output: SqlType;
}
Expand description
Represents SQL types which can be subtracted.
Required Associated Types§
Implementors§
source§impl Sub for Timestamptz
Available on crate feature postgres_backend
only.
impl Sub for Timestamptz
Available on crate feature
postgres_backend
only.