pub type row_to_json<record> = row_to_json<<record as Expression>::SqlType, record>;Expand description
Return type of the row_to_json() SQL function.
Aliased Typeยง
pub struct row_to_json<record> { /* private fields */ }pub type row_to_json<record> = row_to_json<<record as Expression>::SqlType, record>;Return type of the row_to_json() SQL function.
pub struct row_to_json<record> { /* private fields */ }