[][src]Module c2rust_refactor::type_map

Helper definitions for constructing a mapping between ast::Tys and some higher-level representation (usually ty::Ty or LabeledTy).

Structs

TypeMapVisitor

Traits

Signature
Type
TypeSource

Provider of a higher-level type representation.

Functions

map_types

Try to match up ast::Ty nodes in the source with higher-level type representations provided by source. The callback will be passed matching pairs of AST-level and higher-level type representations.