diesel::dsl

Type Alias json

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

Return type of json(json)

Aliased Typeยง

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