diesel::dsl

Type Alias to_json

Source
pub type to_json<E> = to_json<SqlTypeOf<E>, E>;
Available on crate feature postgres_backend only.
Expand description

Return type of to_json(element)

Aliased Typeยง

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