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 */ }