json_array_length

Type Alias json_array_length 

Source
pub type json_array_length<json> = json_array_length<<json as Expression>::SqlType, json>;
Expand description

Return type of the json_array_length() SQL function.

Aliased Typeยง

pub struct json_array_length<json> { /* private fields */ }