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