Struct lyon::path::Path
[−]
[src]
pub struct Path { /* fields omitted */ }
A simple path data structure.
It can be created using a Builder, and can be iterated over.
Methods
impl Path
fn builder() -> Builder
Creates a Builder to create a path.