[][src]Module postgres_array::array

Structs

Array

A multi-dimensional array.

IntoIter

An iterator over values of an Array in the higher-dimensional equivalent of row-major order.

Iter

An iterator over references to values of an Array in the higher-dimensional equivalent of row-major order.

IterMut

An iterator over mutable references to values of an Array in the higher-dimensional equivalent of row-major order.

Traits

ArrayIndex

A trait implemented by types that can index into an Array.