Crate replace_types

source ·

Structs§

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

Traits§

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