Docs.rs
geo-clipper-0.9.0
geo-clipper 0.9.0
Permalink
Docs.rs crate page
ISC
Links
Repository
crates.io
Source
Owners
lelongg
Dependencies
clipper-sys ^0.8.0
normal
geo-types ^0.7.15
normal
Versions
15.56%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
OpenPath
geo_
clipper
0.9.0
Open
Path
Implementations on Foreign Types
LineString<T>
MultiLineString<T>
Implementors
In crate geo_
clipper
geo_clipper
Trait
Open
Path
Copy item path
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
§