diesel::helper_types

Type Alias to_jsonb

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

Return type of to_jsonb(element)

Aliased Typeยง

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