Type Alias diesel::pg::expression::functions::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 */ }