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