trim_array

Type Alias trim_array 

Source
pub type trim_array<a, n> = trim_array<<a as Expression>::SqlType, a, n>;
Expand description

Return type of the trim_array() SQL function.

Aliased Typeยง

pub struct trim_array<a, n> { /* private fields */ }