diesel::pg::expression::dsl

Type Alias abbrev

Source
pub type abbrev<T, addr> = abbrev<T, <addr as AsExpression<T>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of abbrev()

Aliased Typeยง

struct abbrev<T, addr> { /* private fields */ }