Type Alias TypeMap

Source
pub type TypeMap = HashMap<Loc, RustTypeSignature>;
Expand description

Mapping of function names to type signatures

Aliased Typeยง

struct TypeMap { /* private fields */ }