Struct lyon::path::Path []

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

Creates a Builder to create a path.

Trait Implementations

impl Clone for Path

impl<'l> IntoIterator for &'l Path

impl Debug for Path