json_strip_nulls

Type Alias json_strip_nulls 

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

Return type of the json_strip_nulls() SQL function.

Aliased Typeยง

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