Struct fonterator::Path [] [src]

pub struct Path(_);

An iterator over PathOp.

Trait Implementations

impl IntoIterator for Path
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

Auto Trait Implementations

impl Send for Path

impl Sync for Path