pub type trim_array<a, n> = trim_array<<a as Expression>::SqlType, a, n>;Available on crate features
__sqlite-shared and postgres_backend only.Expand description
Return type of the trim_array() SQL function.
Aliased Typeยง
pub struct trim_array<a, n> { /* private fields */ }