Type Alias ProgramTypeContext

Source
pub type ProgramTypeContext = (HashMap<Ident, RustType>, HashMap<Ident, RustStruct>);