row_to_json

Type Alias row_to_json 

Source
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 */ }