syntax::ast_map::PathElemsUnstable [-] [+] [src]

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

The type of the iterator used by with_path.