syntax::ast_map::PathElems[src]

type PathElems<'a, 'b> = Chain<Values<'a, PathElem>, LinkedPath<'b>>;

The type of the iterator used by with_path.