Type Alias FxIndexSet

pub type FxIndexSet<T> = IndexSet<T, FxBuildHasher>;
Expand description

base_db is normally also needed in places where ide_db is used, so this re-export is for convenience.

Aliased Typeยง

pub struct FxIndexSet<T> { /* private fields */ }