Struct PathIter
lyon::path
pub struct PathIter<'l> { /* fields omitted */ }
impl<'l> PathIter<'l>
fn new( points: &'l [TypedPoint2D<f32, UnknownUnit>], verbs: &'l [Verb]) -> PathIter<'l>
impl<'l> Iterator for PathIter<'l>
type Item = PathEvent
fn next(&mut self) -> Option<PathEvent>
impl<'l> Debug for PathIter<'l>
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
impl<'l> Clone for PathIter<'l>
fn clone(&self) -> PathIter<'l>