Crate postgres_array [] [src]

Multi-dimensional arrays with per-dimension specifiable lower bounds

Structs

ArrayBase

A multi-dimensional array

ArrayBaseIntoIter

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

ArraySlice

An immutable slice of a multi-dimensional array

DimensionInfo

Information about a dimension of an array

MutArraySlice

A mutable slice of a multi-dimensional array

Traits

Array

Specifies methods that can be performed on multi-dimensional arrays

MutableArray

Specifies methods that can be performed on mutable multi-dimensional arrays