Type Definition rustc_ast::node_id::NodeMap[][src]

pub type NodeMap<T> = FxHashMap<NodeId, T>;