array_to_string

Type Alias array_to_string 

Source
pub type array_to_string<array, del> = array_to_string<<array as Expression>::SqlType, array, del>;
Expand description

Return type of the array_to_string() SQL function.

Aliased Typeยง

pub struct array_to_string<array, del> { /* private fields */ }