Struct wkt::types::Point [] [src]

pub struct Point(pub Option<Coord>);

Methods

impl Point
[src]

Trait Implementations

impl Default for Point
[src]

Returns the "default value" for a type. Read more