Type Alias partiql_ast::ast::AstTypeMap

source ·
pub type AstTypeMap<T> = IndexMap<NodeId, T>;

Aliased Type§

struct AstTypeMap<T> { /* private fields */ }