Struct Wkt
wkt
pub struct Wkt { pub items: Vec<Geometry>, }
items: Vec<Geometry>
impl Wkt
fn new() -> Self
fn add_item(&mut self, item: Geometry)
fn from_str(wkt_str: &str) -> Result<Self, &'static str>