Type Alias json_remove_0

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

Return type of the json_remove_0() SQL function.

Aliased Typeยง

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