to_json

Type Alias to_json 

Source
pub type to_json<e> = to_json<<e as Expression>::SqlType, e>;
Expand description

Return type of the to_json() SQL function.

Aliased Typeยง

pub struct to_json<e> { /* private fields */ }