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 */ }
pub type json<E> = json<SqlTypeOf<E>, E>;
sqlite
only.Return type of json(json)
struct json<E> { /* private fields */ }