pub type SegmentIter<'a> = Iter<'a, AsPathSegment>;
pub struct SegmentIter<'a> { /* private fields */ }