Type Alias diesel::pg::expression::functions::to_json

source ·
pub type to_json<E, e> = to_json<E, <e as AsExpression<E>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of to_json()

Aliased Type§

struct to_json<E, e> { /* private fields */ }