diesel::pg::expression::dsl

Type Alias row_to_json

Source
pub type row_to_json<R, record> = row_to_json<R, <record as AsExpression<R>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of row_to_json()

Aliased Typeยง

struct row_to_json<R, record> { /* private fields */ }