Struct postgres_array::DimensionInfo
[-] [+]
[src]
pub struct DimensionInfo { pub len: usize, pub lower_bound: isize, }
Information about a dimension of an array
Fields
len | The size of the dimension |
lower_bound | The index of the first element of the dimension |