//! AST types representing various typed SQL expressions.
//!//! Almost all types implement either [`Expression`](::diesel::Expression) or
//! [`AsExpression`](::diesel::AsExpression).
pubmoddsl{#[cfg(feature ="postgres")]pubusepg::expression::dsl::*;}