pub type json_extract_path_1<J, T1, json, text_1> = json_extract_path_1<J, T1, <json as AsExpression<J>>::Expression, <text_1 as AsExpression<T1>>::Expression>;Available on crate feature
postgres_backend only.Expand description
The return type of json_extract_path_1()
Aliased Typeยง
pub struct json_extract_path_1<J, T1, json, text_1> { /* private fields */ }