diesel::helper_types

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