Type Alias SegmentIter

Source
pub type SegmentIter<'a> = Iter<'a, AsPathSegment>;

Aliased Typeยง

struct SegmentIter<'a> { /* private fields */ }