array_to_string

Type Alias array_to_string 

Source
pub type array_to_string<array, delimiter> = array_to_string<<array as AsExpression<Nullable<Array<Nullable<Text>>>>>::Expression, <delimiter as AsExpression<Text>>::Expression>;
Expand description

The return type of array_to_string()

Aliased Typeยง

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