json_array_length_with_path

Type Alias json_array_length_with_path 

Source
pub type json_array_length_with_path<J, j, path> = json_array_length_with_path<J, <j as AsExpression<J>>::Expression, <path as AsExpression<Text>>::Expression>;
Available on crate feature sqlite only.
Expand description

The return type of json_array_length_with_path()

Aliased Typeยง

pub struct json_array_length_with_path<J, j, path> { /* private fields */ }