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

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

The type of the iterator used by with_path.