OpenPath

Trait OpenPath 

Source
pub trait OpenPath { }
Expand description

Marker trait to signify a type as an open path type

Implementations on Foreign Types§

Source§

impl<T: CoordNum> OpenPath for LineString<T>

Source§

impl<T: CoordNum> OpenPath for MultiLineString<T>

Implementors§