[go: up one dir, main page]

[][src]Trait wkt::ToWkt

pub trait ToWkt {
    fn to_wkt(&self) -> Wkt;
}

A trait for converting values to WKT

Required methods

fn to_wkt(&self) -> Wkt

Converts the value of self to an instance of WKT

Loading content...

Implementations on Foreign Types

impl ToWkt for Geometry<f64>[src]

Loading content...

Implementors

Loading content...