Struct postgres_array::Dimension
[−]
[src]
pub struct Dimension { pub len: usize, pub lower_bound: isize, }
Information about a dimension of an array.
Fields
len | The length of the dimension. |
lower_bound | The index of the first element of the dimension. |