diesel::sqlite::expression::dsl

Type Alias json

Source
pub type json<E, e> = json<E, <e as AsExpression<E>>::Expression>;
Available on crate feature sqlite only.
Expand description

The return type of json()

Aliased Typeยง

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