Skip to main content

Subst

Type Alias Subst 

Source
pub type Subst = HashTrieMapSync<TypeVarId, Type>;

Aliased Typeยง

pub struct Subst { /* private fields */ }