Skip to main content

subst_type

Function subst_type 

Source
pub fn subst_type(
    ast: &TypeAst,
    types: &HashMap<String, TypeAst>,
    values: &HashMap<String, Value>,
) -> TypeAst