Type Alias LargeWktArray

Source
pub type LargeWktArray = GenericWktArray<i64>;
Expand description

A GenericWktArray using i64 offsets

The byte length of each element is represented by an i64.

See GenericWktArray for more information and examples

Aliased Typeยง

pub struct LargeWktArray { /* private fields */ }