Crate replace_types

Source

Structs§

ReplaceTypes
A syn visitor that replaces types
TypePath
A path like std::slice::Iter, optionally qualified with a self-type as in <Vec<T> as SomeTrait>::Associated.

Traits§

VisitMut
Syntax tree traversal to mutate an exclusive borrow of a syntax tree in place.