TypeSubst

Type Alias TypeSubst 

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

Substitutions for type variables

Aliased Typeยง

pub struct TypeSubst { /* private fields */ }