Skip to main content

json_array_length

Type Alias json_array_length 

Source
pub type json_array_length<J, j> = json_array_length<J, <j as AsExpression<J>>::Expression>;
Available on crate feature __sqlite-shared only.
Expand description

The return type of json_array_length()

Aliased Typeยง

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