Skip to main content

TypeSubst

Type Alias TypeSubst 

Source
pub type TypeSubst = HashMap<String, Type>;
Expand description

Type substitution map: maps type parameter names to concrete types

Aliased Typeยง

pub struct TypeSubst { /* private fields */ }